We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0026266 commit 2c0a451Copy full SHA for 2c0a451
.github/workflows/build_exe.yml
@@ -144,7 +144,7 @@ jobs:
144
APPLE_DEV_EMAIL: ${{secrets.APPLE_DEV_EMAIL}}
145
APPLE_TEAM_ID: ${{secrets.TEAM_ID}}
146
APP_SPEC_PASS: ${{secrets.APP_SPEC_PASS}}
147
- run: xcrun notarytool submit dist/mangotango_${{matrix.artifact_name}}_signed.pkg --apple-id $APPLE_DEV_EMAIL --team-id $APPLE_TEAM_ID --password $APP_SPEC_PASS --wait > notarization_output.txt
+ run: xcrun notarytool submit dist/mangotango_${{matrix.artifact_name}}_signed.pkg --apple-id $APPLE_DEV_EMAIL --team-id $APPLE_TEAM_ID --password $APP_SPEC_PASS --wait
148
149
- name: Staple the notarization ticket
150
if: runner.os == 'macOS'
0 commit comments