From 29fdaa4532e828cb7bf0d95123ee67cbbe23c52f Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Sat, 3 Feb 2024 17:31:32 +0530 Subject: [PATCH] Set artefact overwrite to true to fix breaking change in v4 --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5a49ae..69a97f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,5 +118,6 @@ jobs: uses: actions/upload-artifact@v4 with: name: binaries + overwrite: true path: out/ferium*.zip if-no-files-found: error