Skip to content

Commit

Permalink
chore: 测试包增加对ARM64的公证
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryFan626 committed Dec 26, 2023
1 parent a0bedf2 commit 804cb03
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@ jobs:
run: |
xcrun notarytool store-credentials "Chat2DB" --apple-id "${{ secrets.MAC_APPLE_ID }}" --password "${{ secrets.MAC_APPLE_PASSWORD }}" --team-id "${{ secrets.MAC_TEAM_ID }}"
xcrun notarytool submit chat2db-client/release/Chat2DB-Test-99.0.${{ github.run_id }}-Test.dmg --keychain-profile "Chat2DB"
- name: Notarize MacOS ARM64 App
if: matrix.os == 'macos-latest' && matrix.arch == 'arm64'
run: |
xcrun notarytool store-credentials "Chat2DB" --apple-id "${{ secrets.MAC_APPLE_ID }}" --password "${{ secrets.MAC_APPLE_PASSWORD }}" --team-id "${{ secrets.MAC_TEAM_ID }}"
xcrun notarytool submit chat2db-client/release/Chat2DB-Test-99.0.${{ github.run_id }}-Test-arm64.dmg --keychain-profile "Chat2DB"



# Build Jar包
- name: Prepare upload for Jar
Expand Down

0 comments on commit 804cb03

Please sign in to comment.