mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-04-18 12:10:10 +08:00
Fix mac notary
This commit is contained in:
parent
be1bd083a3
commit
7c0a061fb7
2
.github/workflows/build_orca.yml
vendored
2
.github/workflows/build_orca.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user