Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7gugu authored Aug 31, 2024
1 parent 83bd447 commit 74fecf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- run: npm run build -- --env=version=$MAJOR_VER.$MINOR_VER.${{ github.run_number }}
- name: Zip firefox
run: zip -qq -r firefox.zip *
working-directory: dist/firefox_prod
working-directory: dist
- uses: actions/upload-artifact@v4
with:
name: firefox
path: dist/firefox_prod/firefox.zip
path: dist/firefox.zip

publish_firefox:
needs: build_firefox
Expand Down

0 comments on commit 74fecf9

Please sign in to comment.