From 7c0a061fb7bff892e7bb3ed276dc5d401fac9477 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Sun, 3 Dec 2023 20:23:55 +0800 Subject: [PATCH] Fix mac notary --- .github/workflows/build_orca.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_orca.yml b/.github/workflows/build_orca.yml index 6666ff8fd0a..251a2e0cb3b 100644 --- a/.github/workflows/build_orca.yml +++ b/.github/workflows/build_orca.yml @@ -110,7 +110,7 @@ jobs: # Thanks to RaySajuuk, it's working now - name: Sign app and notary - if: github.ref == 'refs/heads/main' && matrix.os == 'macos-12' + if: (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')) && matrix.os == 'macos-12' working-directory: ${{ github.workspace }} env: BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}