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