Skip to content

Commit

Permalink
fix: ci: correct the extension filename for upload in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
juarezr committed Apr 12, 2024
1 parent 66e32c2 commit 95cfbf2
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 @@ -108,7 +108,7 @@ jobs:
-F "csrfmiddlewaretoken=${CSRFMIDDLEWARETOKEN}" \
-F 'tos_compliant=on' \
-F 'shell_license_compliant=on' \
-F 'source=@test-please-ignore.zip' \
-F 'source=@[email protected].zip' \
-b gnome-cookies-jar.txt -c gnome-cookies-jar.txt \
--no-progress-meter --verbose \
--location \
Expand Down

0 comments on commit 95cfbf2

Please sign in to comment.