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 authored and jmmaranan committed May 17, 2024
1 parent 4f39a1d commit bada6a9
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=@forge@jmmaranan.com.zip' \
-b gnome-cookies-jar.txt -c gnome-cookies-jar.txt \
--no-progress-meter --verbose \
--location \
Expand Down

0 comments on commit bada6a9

Please sign in to comment.