Skip to content

Commit

Permalink
chore(deps): bump copy-webpack-plugin to 12.0.2; modify artifact buil…
Browse files Browse the repository at this point in the history
…d workflow (#17)
  • Loading branch information
nicomiguelino authored Nov 8, 2024
1 parent 580a2ba commit 4a88b66
Show file tree
Hide file tree
Showing 5 changed files with 411 additions and 548 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
-v $(pwd)/artifacts:/app/artifacts:delegated \
-v /app/artifacts/node_modules \
sce_webpack:latest \
/bin/bash -c "npm run build && cd dist && zip -r ../artifacts/screenly-chrome-extension.zip *"
/bin/bash -c "npm run build && cp -r dist/ artifacts/"
- name: Upload Archive as Artifact
uses: actions/upload-artifact@v4
with:
name: screenly-chrome-extension
path: artifacts/screenly-chrome-extension.zip
path: artifacts/dist
Loading

0 comments on commit 4a88b66

Please sign in to comment.