Skip to content

Commit 2c0a451

Browse files
authored
fix(ci): macos notarytool output (#160)
don't pipe notarytool output
1 parent 0026266 commit 2c0a451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_exe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
APPLE_DEV_EMAIL: ${{secrets.APPLE_DEV_EMAIL}}
145145
APPLE_TEAM_ID: ${{secrets.TEAM_ID}}
146146
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
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
148148

149149
- name: Staple the notarization ticket
150150
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)