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 a9207f1 commit eab3637
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,8 @@ jobs:
- name: Build
run: npm run build

- 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
with:
name: contribution-samples
path: ${{ github.workspace }}/contribution-samples/target/
name: contribution-samples-urcap
path: ${{ github.workspace }}/contribution-samples/target/contribution-samples-1.0.0.urcapx

0 comments on commit eab3637

Please sign in to comment.