mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Build debug
This commit is contained in:
@@ -46,7 +46,7 @@ class GithubArtifactUploader {
|
||||
for (const artifact of artifacts) {
|
||||
const asset = assetByName[artifact.name];
|
||||
if (asset) {
|
||||
core.debug(`Deleting exist artifact ${artifact.name}...`);
|
||||
core.debug(`Deleting existing artifact ${artifact.name}...`);
|
||||
await this.releases.deleteArtifact(asset.id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user