Skip to content

Commit

Permalink
try exclamation mark with whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 9, 2024
1 parent 48a0d5d commit cc8b4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cc8b4c1

Please sign in to comment.