Compare commits
No commits in common. "571e4a48e728bff5d33ff73632d55994df5afcc3" and "09567fb868d5f6acb9956d4efcff86f8001091de" have entirely different histories.
571e4a48e7
...
09567fb868
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ steps:
|
||||||
-H "Authorization: token $RELEASE_UPLOAD_TOKEN" \
|
-H "Authorization: token $RELEASE_UPLOAD_TOKEN" \
|
||||||
-H "accept: application/json" \
|
-H "accept: application/json" \
|
||||||
-H "Content-Type: multipart/form-data" \
|
-H "Content-Type: multipart/form-data" \
|
||||||
-F "attachment=@$package_path" \
|
-F "attachment=@$package_name" \
|
||||||
"$RELEASES_URL/$TAG_ID/assets?name=$package_name" ; \
|
"$RELEASES_URL/$TAG_ID/assets?name=$package_name" ; \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue