Skip to content

Commit

Permalink
build: change working directory before zipping firefox extension
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick committed Jan 3, 2025
1 parent 48a0e62 commit b19779c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:

- name: Create Firefox Extension
run: zip -r "yomikiri_firefox_v${{steps.version.outputs.VERSION}}.zip" ./firefox/*
working-directory: ./main/build

- name: Create iOS App & Upload to XCode Connect
run: bundle exec fastlane ios beta
Expand Down

0 comments on commit b19779c

Please sign in to comment.