Build debug
This commit is contained in:
@@ -46,7 +46,7 @@ class GithubArtifactUploader {
|
|||||||
for (const artifact of artifacts) {
|
for (const artifact of artifacts) {
|
||||||
const asset = assetByName[artifact.name];
|
const asset = assetByName[artifact.name];
|
||||||
if (asset) {
|
if (asset) {
|
||||||
core.debug(`Deleting exist artifact ${artifact.name}...`);
|
core.debug(`Deleting existing artifact ${artifact.name}...`);
|
||||||
await this.releases.deleteArtifact(asset.id);
|
await this.releases.deleteArtifact(asset.id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user