Skip to content

Commit

Permalink
additional echo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Oct 9, 2024
1 parent cc8b4c1 commit 774cd7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@ jobs:
CSC_IDENTITY_AUTO_DISCOVERY: false
run: |
echo hello
echo ${{ matrix.platform }}
echo ${{ matrix.platform == 'macos-12' }}
echo ${{ ! steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }}
echo ${{ (matrix.platform == 'macos-12') && ! steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }}
echo ${{ steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }}
echo ${{ !steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }}
echo ${{ ! steps.shouldMacOSCodeSign.outputs.MACOS_CODE_SIGNING }}
yarn build:mac-x64
ls dist
Expand Down

0 comments on commit 774cd7d

Please sign in to comment.