xworkmate-app/.github/workflows
Haitao Pan 195a93fa47 ci(release): load Vault secrets per-platform in build matrix
The build matrix loaded all 17 signing secrets in one shared block for
every platform. vault-action's ignoreNotFound only suppresses path-level
404s, not field-level "No match data" errors, so a single missing field
(e.g. APPLE_MAC_PROVISION_PROFILE_BASE64) failed every leg — including
linux/windows/android that need no Apple secrets.

Split the load into per-OS-family steps gated by matrix.platform:
- Apple (macos/ios): Apple cert + provisioning + keychain + export method
- Windows: WINDOWS_PFX_* + codesign subject
- Android: ANDROID_KEYSTORE_* + key alias/password
Linux requests nothing.

Also drop APP_STORE_CONNECT_* from the build matrix: only
testflight_upload.sh consumes them and it runs in the release job, which
loads them itself. The build matrix no longer depends on them.

Add shell: bash to the Export step (its `{ … } >> $GITHUB_ENV` brace
syntax is bash-only and would fail under the default pwsh on windows).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 15:27:59 +08:00
..
build-and-release.yml ci(release): load Vault secrets per-platform in build matrix 2026-06-29 15:27:59 +08:00
pr-tests.yml ci: refresh app workflows for node 24 2026-06-26 19:27:30 +08:00
release-e2e.yml ci: refresh app workflows for node 24 2026-06-26 19:27:30 +08:00
validate-release-pr.yml ci: backport release/* source validation workflow to release/v1.1.5 (#21) 2026-06-28 12:41:08 +08:00