We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 654f448 commit acb986fCopy full SHA for acb986f
.github/workflows/ci.yml
@@ -119,6 +119,6 @@ jobs:
119
--header="Authorization: token $GITHUB_TOKEN" \
120
--header='Content-Type: application/gzip' \
121
--post-file='build.tar.gz' \
122
- "$UPLOAD_URL" -O release-file.json
+ "$UPLOAD_URL?name=build.tar.gz" -O release-file.json
123
cat release-file.json
124
echo "Done."
0 commit comments