Skip to content

Commit a3f47bf

Browse files
committed
chore: test notarization
1 parent 37caf16 commit a3f47bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ jobs:
192192
- name: Notarization x86_64 App
193193
if: ${{ runner.os == 'macOS' && matrix.arch == 'x86_64' }}
194194
run: |
195-
# xcrun altool --notarize-app --primary-bundle-id "${{secrets.MAC_PRIMARY_BUNDLE_ID}}" --username "${{secrets.MAC_APPLE_ID}}" --password "${{secrets.MAC_APPLE_PASSWORD}}" --asc-provider "${{secrets.MAC_ASC_PROVIDER}}" -t osx --file chat2db-client/release/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg
196195
xcrun notarytool store-credentials "Chat2DB" --apple-id "${{secrets.MAC_APPLE_ID}}" --password "${{secrets.MAC_APPLE_PASSWORD}}" --team-id "${{secrets.MAC_TEAM_ID}}"
197196
xcrun notarytool submit chat2db-client/release/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg --keychain-profile "Chat2DB"
197+
198198
# macos arm64
199199
- name: Build/release Electron app for MacOS arm64
200200
if: ${{ runner.os == 'macOS' && matrix.arch == 'arm64' }}
@@ -211,7 +211,6 @@ jobs:
211211
- name: Notarization arm64 App
212212
if: ${{ runner.os == 'macOS' && matrix.arch == 'arm64' }}
213213
run: |
214-
# xcrun altool --notarize-app --primary-bundle-id "${{secrets.MAC_PRIMARY_BUNDLE_ID}}" --username "${{secrets.MAC_APPLE_ID}}" --password "${{secrets.MAC_APPLE_PASSWORD}}" --asc-provider "${{secrets.MAC_ASC_PROVIDER}}" -t osx --file chat2db-client/release/Chat2DB-Test-99.0.${{ github.run_id }}-Test-arm64.dmg
215214
xcrun notarytool store-credentials "Chat2DB" --apple-id "${{secrets.MAC_APPLE_ID}}" --password "${{secrets.MAC_APPLE_PASSWORD}}" --team-id "${{secrets.MAC_TEAM_ID}}"
216215
xcrun notarytool submit chat2db-client/release/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg --keychain-profile "Chat2DB"
217216

0 commit comments

Comments
 (0)