Skip to content

Commit

Permalink
Succeed spinner when asset has been uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
iker-barriocanal committed Nov 17, 2021
1 parent a5a362a commit 5083340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/targets/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export class GithubTarget extends BaseTarget {
`Uploaded asset MD5 checksum does not match local asset checksum for "${name} (${localChecksum} != ${remoteChecksum})`
);
}
uploadSpinner.succeed(`Uploaded asset "${name}".`);
return url;
} catch (e) {
uploadSpinner.fail(`Cannot upload asset "${name}".`);
Expand Down

0 comments on commit 5083340

Please sign in to comment.