From 804cb0337a2d4bb6918fcf62e104418edaa3c26a Mon Sep 17 00:00:00 2001 From: Jerry Fan Date: Tue, 26 Dec 2023 22:30:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95=E5=8C=85=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=AF=B9ARM64=E7=9A=84=E5=85=AC=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release_test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release_test.yml b/.github/workflows/release_test.yml index bb90ad3be..4f8a35607 100644 --- a/.github/workflows/release_test.yml +++ b/.github/workflows/release_test.yml @@ -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