From 042fe057254706f9ac04ae842a948fa3fd236606 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 26 Aug 2024 02:32:55 +0200 Subject: [PATCH] Update build.yaml zip step --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 185e3ae5f..2353593d7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -106,7 +106,7 @@ jobs: - name: Zip artifact for deployment if: github.ref != 'refs/heads/master' run: | - zip ${{ matrix.environment.out }}.zip "build_output/firmware/*.bin" -r + zip ${{ matrix.environment.out }}.zip build_output/firmware/*.bin -r - name: On Release, upload assets to that Release if: github.ref != 'refs/heads/master' uses: AButler/upload-release-assets@v3.0