Skip to content

Commit

Permalink
Merge pull request #198 from HunnySajid/feat/build-ci
Browse files Browse the repository at this point in the history
feat: create zip files before artifcats
  • Loading branch information
HunnySajid authored Sep 23, 2024
2 parents 1d94746 + 5e5908d commit dad64d2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
- name: Build Firefox extension
run: npm run build:firefox

- name: Zip Chrome folder
run: |
cd dist
zip -r chrome.zip chrome/
- name: Zip Firefox folder
run: |
cd dist
zip -r firefox.zip firefox/
- name: Upload build asset
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit dad64d2

Please sign in to comment.