chore: osx github actions

This commit is contained in:
hstyi
2025-02-15 16:19:18 +08:00
committed by hstyi
parent d493e6dc9e
commit 0c768aa1ca
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
fetch-depth: 0
- name: Install the Apple certificate
if: github.event_name == 'push'
if: github.event_name == 'push' && github.repository == 'TermoraDev/termora'
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD: ${{ secrets.P12_PASSWORD }}