mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix url
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
18dcbce78b
commit
5a4353b749
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user