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 e15de12 commit ff4efc0Copy full SHA for ff4efc0
.github/workflows/gnd-binary-build.yml
@@ -109,6 +109,16 @@ jobs:
109
certificate-data: ${{ secrets.APPLE_CERT_DATA }}
110
certificate-password: ${{ secrets.APPLE_CERT_PASSWORD }}
111
certificate-id: ${{ secrets.APPLE_TEAM_ID }}
112
+ options: --options runtime
113
+
114
+ - name: Notarize macOS binary
115
+ if: startsWith(matrix.runner, 'macos')
116
+ uses: lando/notarize-action@v2
117
+ with:
118
+ product-path: target/${{ matrix.target }}/release/gnd
119
+ appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }}
120
+ appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }}
121
+ appstore-connect-team-id: ${{ secrets.APPLE_TEAM_ID }}
122
123
- name: Prepare binary (Unix)
124
if: ${{ !startsWith(matrix.runner, 'windows') }}
0 commit comments