Skip to content

Commit

Permalink
chore: Update upload artifact GitHub Action
Browse files Browse the repository at this point in the history
Use v4

Upload all artifacts in one to avoid the double zip issue in each artifact
actions/upload-artifact#39
  • Loading branch information
zatteo committed Oct 31, 2024
1 parent 9b506fc commit 1195ddf
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions .github/workflows/build_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,9 @@ jobs:
cd apps/browser
npm run dist:sources
- name: Upload Chrome artifact to GitHub
uses: actions/upload-artifact@v3
- name: Upload Cozy Pass packages to GitHub
uses: actions/upload-artifact@v4
with:
name: Chrome
name: Cozy Pass Packages
path: |
apps/browser/dist/dist-chrome-mv3.zip
- name: Upload Firefox artifact to GitHub
uses: actions/upload-artifact@v3
with:
name: Firefox
path: |
apps/browser/dist/dist-firefox.zip
- name: Upload Sources artifact to GitHub
uses: actions/upload-artifact@v3
with:
name: Sources
path: |
apps/browser/dist/cozy-keys-sources.zip
apps/browser/dist/

0 comments on commit 1195ddf

Please sign in to comment.