Simplify TestFlight CI signing
Some checks failed
TestFlight / testflight (push) Failing after 22s

This commit is contained in:
2026-06-25 23:44:13 -07:00
parent 0be2442ad0
commit 23ee30a53a
3 changed files with 71 additions and 102 deletions

View File

@@ -36,6 +36,7 @@ jobs:
- name: Upload to TestFlight
working-directory: ios
env:
HOME: /var/lib/act_runner
APP_STORE_CONNECT_KEY_ID: ${{ secrets.APP_STORE_CONNECT_KEY_ID }}
APP_STORE_CONNECT_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_ISSUER_ID }}
APP_STORE_CONNECT_KEY_CONTENT: ${{ secrets.APP_STORE_CONNECT_KEY_CONTENT }}