ci: fix publication
This commit is contained in:
parent
494d565b4e
commit
645b9e024c
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ steps:
|
|||
-H "Authorization: token $RELEASE_UPLOAD_TOKEN" \
|
||||
-H "accept: application/json" \
|
||||
-H "Content-Type: multipart/form-data" \
|
||||
-F "attachment=@$package_name" \
|
||||
-F "attachment=@$package_path" \
|
||||
"$RELEASES_URL/$TAG_ID/assets?name=$package_name" ; \
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue