Skip to content

Commit ee58ce9

Browse files
committed
chore: fix source code packing action step
1 parent 32681cd commit ee58ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run bundle
3838

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

4242
- name: Release
4343
uses: browser-actions/release-firefox-addon@latest

0 commit comments

Comments
 (0)