From 1f442dbe5dd90082b393908d85a9ef9e17efdcca Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Fri, 16 Feb 2024 20:53:25 -0600 Subject: [PATCH] Oops, missing arg --- .github/workflows/compile_cosmic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_cosmic.yml b/.github/workflows/compile_cosmic.yml index bda5f0d..dd8bc4c 100644 --- a/.github/workflows/compile_cosmic.yml +++ b/.github/workflows/compile_cosmic.yml @@ -73,7 +73,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.