mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-10 02:11:07 +07:00
build new dist
This commit is contained in:
parent
f6b3ef8321
commit
91415bf0a8
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -40996,7 +40996,7 @@ async function uploadFiles(client, owner, repo, release_id, all_files) {
|
|||||||
await client.repository.repoDeleteReleaseAttachment({
|
await client.repository.repoDeleteReleaseAttachment({
|
||||||
owner: owner,
|
owner: owner,
|
||||||
repo: repo,
|
repo: repo,
|
||||||
id: id,
|
id: release_id,
|
||||||
attachmentId: attachment.id,
|
attachmentId: attachment.id,
|
||||||
})
|
})
|
||||||
console.log(`Successfully deleted old release attachment ${attachment.name}`)
|
console.log(`Successfully deleted old release attachment ${attachment.name}`)
|
||||||
|
Loading…
Reference in New Issue
Block a user