Skip to content

Commit

Permalink
Fix error caused in ce6669c
Browse files Browse the repository at this point in the history
Fix error caused in ce6669c by changing "fail" to "error" in the if no files found option of workflow
  • Loading branch information
aelnosu committed May 18, 2024
1 parent 2de2b2c commit e85e684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustBuildCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
name: build-artifact
path: .
retention-days: 90
if-no-files-found: fail
if-no-files-found: error
compression-level: 0

0 comments on commit e85e684

Please sign in to comment.