mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01: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}" \
|
||||
--data-binary @"$file" \
|
||||
-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}!"
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user