From 1eaf86a8e79be0019298c1c807ed08e27df666a1 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:50:06 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.