Skip to content

Commit 22ae1d4

Browse files
committed
Don't fail workflow when no artifact is found.
1 parent d14263e commit 22ae1d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commit-built-file-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
} )[0];
6767
6868
if ( ! matchArtifact ) {
69-
core.setFailed( 'No artifact found!' );
69+
core.info( 'No artifact found!' );
7070
return;
7171
}
7272

0 commit comments

Comments
 (0)