From 24b832fdf5cce356b62c0fbba8e1be5b59421ee1 Mon Sep 17 00:00:00 2001 From: patataofcourse Date: Sat, 17 Jun 2023 21:12:18 +0200 Subject: [PATCH] remove single quotes --- .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 381bdae4f..29792537e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: # Required on Mac for permission reasons - name: Tar files - if: runner.targetPlatform == "StandaloneOSX" + if: runner.targetPlatform == 'StandaloneOSX' run: tar -cvf ${{ matrix.targetPlatform }}.tar ./build/${{ matrix.targetPlatform }} - name: Upload Artifact (Windows / Linux)