Skip to content

Commit 508a79a

Browse files
committed
ci: Fix upload zip step
1 parent 55f09f3 commit 508a79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Don't upload sources zip - it can contain .env files, which may include secrets
7474
- name: Upload ZIPs
7575
if: ${{ !inputs.dryRun }}
76-
run: gh release upload ${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip
76+
run: gh release upload v${{ steps.version.outputs.newVersion }} .output/*-chrome.zip .output/*-firefox.zip
7777
env:
7878
GH_TOKEN: ${{ github.token }}
7979

0 commit comments

Comments
 (0)