Skip to content

Commit

Permalink
workflow: unzip before upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudk1000 committed Aug 8, 2024
1 parent 2a58be1 commit edbfc8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@ jobs:
--channel=unlisted \
--api-key=$FIREFOX_JWT_ISSUER \
--api-secret=$FIREFOX_JWT_SECRET
- name: Unarchive build artifact
run: |
unzip firefox-extension.zip -d ./artifacts
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: firefox-extension
path: web-ext-artifacts/*.xpi
path: artifacts/*.xpi

0 comments on commit edbfc8d

Please sign in to comment.