Skip to content

Commit acb986f

Browse files
committed
Add name to uploaded asset
1 parent 654f448 commit acb986f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,6 @@ jobs:
119119
--header="Authorization: token $GITHUB_TOKEN" \
120120
--header='Content-Type: application/gzip' \
121121
--post-file='build.tar.gz' \
122-
"$UPLOAD_URL" -O release-file.json
122+
"$UPLOAD_URL?name=build.tar.gz" -O release-file.json
123123
cat release-file.json
124124
echo "Done."

0 commit comments

Comments
 (0)