ci: fix publication

This commit is contained in:
Glenn Y. Rolland 2023-12-27 11:38:48 +01:00
parent 494d565b4e
commit 645b9e024c

View file

@ -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