From 340f72b76c6eba9d2014546b78f80d02cf41e12e Mon Sep 17 00:00:00 2001 From: Ashley Scopes <73482956+ascopes@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:44:27 +0100 Subject: [PATCH] Fix incorrect build action parameter for artefact upload --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac1470f1..a0d7f8e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,4 +161,4 @@ jobs: compression-level: 9 retention-days: 7 include-hidden-files: true - if-no-files-found: fail + if-no-files-found: error