diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 381bdae4..29792537 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)