Skip to content

Commit

Permalink
Changed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp committed Apr 5, 2024
1 parent c8a463b commit 63592e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# error: Fail the action with an error message
# ignore: Do not output any warnings or errors, the action does not fail
# Optional. Default is 'warn'
if-no-files-found: warn "Unable to find artifact."
if-no-files-found: warn

# Duration after which artifact will expire in days. 0 means using default retention.
# Minimum 1 day.
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# error: Fail the action with an error message
# ignore: Do not output any warnings or errors, the action does not fail
# Optional. Default is 'warn'
if-no-files-found: warn "Unable to find artifact."
if-no-files-found: warn

# Duration after which artifact will expire in days. 0 means using default retention.
# Minimum 1 day.
Expand Down

0 comments on commit 63592e0

Please sign in to comment.