From cc8b4c12660fe23b6b29675cf1d846bd711c60c6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 9 Oct 2024 17:58:14 +0200 Subject: [PATCH] try exclamation mark with whitespace --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 610bda9..6af7cd4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: # macOS WITHOUT code signing #--------------------------------------------------------------------------------------- - name: build and upload the app (macOS x86) - if: (matrix.platform == 'macos-12') && ${{ !steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }} + if: (matrix.platform == 'macos-12') && ${{ ! steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CSC_IDENTITY_AUTO_DISCOVERY: false @@ -92,7 +92,7 @@ jobs: ls dist - name: build and upload the app (macOS arm64) - if: (matrix.platform == 'macos-latest') && ${{ !steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }} + if: (matrix.platform == 'macos-latest') && ${{ ! steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CSC_IDENTITY_AUTO_DISCOVERY: false