diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index e0b82da..82c242c 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -25,7 +25,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: + if-no-files-found: warn # Duration after which artifact will expire in days. 0 means using default retention. # Minimum 1 day.