From d58af4f1e03496fb1f1890c972026cf82428dcb9 Mon Sep 17 00:00:00 2001 From: Tony Mamacos Date: Tue, 5 Dec 2023 22:44:11 +0200 Subject: [PATCH] Changed zip to Compress-Archive for windows --- .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 0a495f3..7b00574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: # release artifact, if tagged build - name: Create release artifact, if tagged - run: zip -r -q ArduRacerFx.zip release + run: Compress-Archive -Path release/* -Destination ArduRacerFx.zip - name: Create Release if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v1