Skip to content

Commit

Permalink
fix: firefox ci source artifact upload (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair authored Jan 11, 2025
1 parent a242724 commit cb08ddd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/publish-prod-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,20 @@ jobs:
run: yarn firefox:build
- name: Update the manifest
run: yarn update-manifest prod
- name: Archive the build artifact
uses: actions/upload-artifact@v4
with:
name: rainbowbx-firefox-v${{ env.release_version }}
path: build/
- name: Zip source
run: yarn zip:source
- name: Archive the source artifact
uses: actions/upload-artifact@v4
with:
name: rainbowbx-firefox-v${{ env.release_version }}-source
path: ./rainbowbx-source.zip
- name: Zip build
run: yarn firefox:zip
- name: Archive the build artifact
uses: actions/upload-artifact@v4
with:
name: rainbowbx-firefox-v${{ env.release_version }}
path: ./rainbowbx.xpi
- name: Submit to the firefox addons store
uses: PlasmoHQ/[email protected]
with:
Expand Down

0 comments on commit cb08ddd

Please sign in to comment.