Build debug

This commit is contained in:
Nick Cipollo
2020-03-05 13:22:45 -05:00
parent 791611e03e
commit c4e12dcecf

View File

@@ -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);
}
}