From ee522f156b4de38428ab39be1918d851eb50b20c Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 17 Jul 2024 12:36:02 -0600 Subject: [PATCH] try if without quotes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c21cfc015..cb24b59bb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,7 +76,7 @@ jobs: run: '${{ matrix.scons-script[matrix.os] }} INCLUDEPATH="${{ steps.boost.outputs.root }}:${{steps.sfml.outputs.path}}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}:${{steps.sfml.outputs.path}}/lib" FRAMEWORKPATH="${{steps.sfml.outputs.path}}/lib"' - name: Codesign and notarize run: './.github/workflows/scripts/mac/sign-apps.sh' - if: "${{ github.ref == 'refs/heads/builds' }} && ${{ matrix.os == 'macos' }}" + if: ${{ github.ref == 'refs/heads/builds' }} && ${{ matrix.os == 'macos' }} - name: 'Tar files', run: 'tar -cvf cboe-${{ matrix.os }}.tar "Blades of Exile"' working-directory: '${{ github.workspace }}/build'