From 7aa6c7994965215d44f39006ff8b0482ee5bc47f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 7 Jan 2024 14:25:10 -0800 Subject: [PATCH] Fail build if artifacts can't be created --- .github/actions/package/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/package/action.yml b/.github/actions/package/action.yml index 3fa993fc1..04c93ee57 100644 --- a/.github/actions/package/action.yml +++ b/.github/actions/package/action.yml @@ -68,6 +68,8 @@ runs: - name: Upload Artifact uses: actions/upload-artifact@v4 + compression-level: 0 + if-no-files-found: error with: name: release_${{ inputs.platform }} path: |