Skip to content

Commit

Permalink
zip all artifacts into one archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrankiewicz committed May 14, 2024
1 parent 115157e commit 75eeb79
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,5 @@ jobs:
uses: martinbeentjes/npm-get-version-action@v1.3.1
- uses: actions/upload-artifact@v4
with:
name: consent-banner.bundle.min.js
path: dist/consent-banner-js/${{ steps.package-version.outputs.current-version}}/consent-banner.bundle.min.js
- uses: actions/upload-artifact@v4
with:
name: consent-banner.min.js
path: dist/consent-banner-js/${{ steps.package-version.outputs.current-version}}/consent-banner.min.js
- uses: actions/upload-artifact@v4
with:
name: light.css
path: dist/consent-banner-js/${{ steps.package-version.outputs.current-version}}/styles/light.css
name: consent-banner-${{ steps.package-version.outputs.current-version}}.zip
path: dist/consent-banner-js/${{ steps.package-version.outputs.current-version}}

0 comments on commit 75eeb79

Please sign in to comment.