chore(build): add macOS signing secrets and validation

- Introduced new secrets for macOS signing in the build workflow.
- Added validation to check for the presence of required secrets before proceeding with code signing setup.
This commit is contained in:
Nexmoe
2026-01-12 10:13:58 +08:00
parent 137a07cf4e
commit 5ee08a3e62
2 changed files with 21 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
upload_artifacts: true
secrets: inherit
release:
needs: [build]