Skip to content

Commit

Permalink
chore: fix source code packing action step
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Oct 3, 2023
1 parent 32681cd commit ee58ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm run bundle

- name: Load source code
run: gh release download ${{ github.event.release.tag_name }} --archive zip --dir out --output replace_maps_source.zip
run: git archive --format=zip ${{ github.event.release.tag_name }} --output out/replace_maps_source.zip

- name: Release
uses: browser-actions/release-firefox-addon@latest
Expand Down

0 comments on commit ee58ce9

Please sign in to comment.