mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-17 09:32:44 +02:00
fix
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
317d0f321b
commit
463936c4ae
@ -61,7 +61,7 @@ main(){
|
|||||||
curl -XPOST -sSL -H "${AUTH_HEADER}" \
|
curl -XPOST -sSL -H "${AUTH_HEADER}" \
|
||||||
--data-binary @"$file" \
|
--data-binary @"$file" \
|
||||||
-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}"
|
"https://uploads.github.com/repos/${GITHUB_REPOSITORY}/releases/${release_id}/assets?name=${filename}&access_token=${GITHUB_TOKEN}"
|
||||||
|
|
||||||
echo "Successfully uploaded: ${file}!"
|
echo "Successfully uploaded: ${file}!"
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user