Please node

This commit is contained in:
Sven-Hendrik Haase
2020-07-03 07:20:21 +02:00
parent c7fa458e37
commit 38c90ed08f
2 changed files with 1 additions and 5 deletions

View File

@@ -80,7 +80,6 @@ async function upload_to_release(
}
core.debug(`Uploading ${file} to ${asset_name} in release ${tag}.`)
console.log(file_bytes.toString())
await octokit.repos.uploadReleaseAsset({
url: release.data.upload_url,
name: asset_name,