mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -42,7 +42,7 @@ main(){
|
|||||||
curl -sSL -H "${AUTH_HEADER}" -H "${API_HEADER}" \
|
curl -sSL -H "${AUTH_HEADER}" -H "${API_HEADER}" \
|
||||||
--data-binary @"$file" \
|
--data-binary @"$file" \
|
||||||
-H "Content-Type: application/octet-stream" \
|
-H "Content-Type: application/octet-stream" \
|
||||||
"${URI}/repos/${GITHUB_REPOSITORY}/releases/${tag_id}/assets?name=${filename}"
|
"https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${tag_id}/assets?name=${filename}"
|
||||||
|
|
||||||
echo "Successfully uploaded: ${file}!"
|
echo "Successfully uploaded: ${file}!"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user