Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-lolk authored Jul 9, 2024
1 parent c7be571 commit 84e32b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ jobs:
- name: Build
run: npm run build

- run: cd target
- run: ls
working-directory: target
- name: List Files in dist
run: ls -R dist

- name: List Files in target
run: ls -R target

- name: Archive contribution sample URCap
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 84e32b7

Please sign in to comment.