Skip to content

Commit

Permalink
WIP notorization
Browse files Browse the repository at this point in the history
  • Loading branch information
samkusin committed Aug 6, 2023
1 parent 36a080c commit f89b619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# if: ${{ github.ref_type == 'tag'}}
run: |
cd ${{github.workspace}}/build
PACKAGE_FILE=$(ind ./out/*.dmg -print -quit)
PACKAGE_FILE=$(find ./out/*.dmg -print -quit)
echo "Notorizing $PACKAGE_FILE ..."
xcrun notarytool submit --apple-id ${{secrets.APPLE_DEVELOPER_ID}} --password "${{secrets.APPLE_CLEMENS_APP_PASSWORD}}" --team-id ${{secrets.APPLE_DEVELOPER_TEAM_ID}} --wait $PACKAGE_FILE
xcrun stapler staple -v $PACKAGE_FILE
Expand Down

0 comments on commit f89b619

Please sign in to comment.