mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
f7521e7935
commit
eb47bdda03
|
@ -59,7 +59,7 @@ main(){
|
||||||
filename=$(basename "$file")
|
filename=$(basename "$file")
|
||||||
rp=$(realpath "$file")
|
rp=$(realpath "$file")
|
||||||
|
|
||||||
curl -XPOST -sSL -H "${AUTH_HEADER}" \
|
curl -sSL -H "${AUTH_HEADER}" \
|
||||||
--data-binary @"$rp" \
|
--data-binary @"$rp" \
|
||||||
-H "Content-Type: application/octet-stream" \
|
-H "Content-Type: application/octet-stream" \
|
||||||
"https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${release_id}/assets?name=${filename}&access_token=${GITHUB_TOKEN}"
|
"https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${release_id}/assets?name=${filename}&access_token=${GITHUB_TOKEN}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user