Skip to content

Commit

Permalink
Minor cosmetic tweak. This is finally working!
Browse files Browse the repository at this point in the history
  • Loading branch information
masonwheeler committed Jan 22, 2018
1 parent c977394 commit 2bf63f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-release.boo
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ for asset in release.assets:
client().UploadData(asset.url as string, "DELETE", array(byte, 0))
break

upload_url = (release.upload_url as string).Replace('{?name,label}', "?name=$ASSET_NAME&label=$RELEASE_NAME")
upload_url = (release.upload_url as string).Replace('{?name,label}', "?name=$ASSET_NAME")
print "Uploading $ASSET_FILE to $upload_url"
retries = 0
:retry
Expand Down

0 comments on commit 2bf63f9

Please sign in to comment.