Simplify TestFlight release lane
Some checks failed
TestFlight / Build and upload (push) Failing after 18s

This commit is contained in:
2026-07-27 17:04:10 -07:00
parent fef3404e96
commit 989ab4db1d
5 changed files with 41 additions and 193 deletions

View File

@@ -10,39 +10,25 @@ jobs:
name: Build and upload
runs-on: macos-arm64
timeout-minutes: 90
defaults:
run:
shell: bash
steps:
- name: Check out the release tag
uses: actions/checkout@v4
- name: Verify the Apple build toolchain
run: |
export PATH="/Users/runner/hostedtoolcache/Ruby/3.3.11/arm64/bin:${PATH}"
ruby --version
bundle --version
xcodebuild -version
- name: Install Fastlane
run: |
export PATH="/Users/runner/hostedtoolcache/Ruby/3.3.11/arm64/bin:${PATH}"
bundle config set --local path "$HOME/.bundle/xion-control-panel"
bundle install --jobs 4 --retry 3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3.11"
bundler-cache: true
- name: Build and upload to TestFlight
env:
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 }}
APP_STORE_CONNECT_API_KEY_ID: ${{ secrets.APP_STORE_CONNECT_API_KEY_ID }}
APP_STORE_CONNECT_API_ISSUER_ID: ${{ secrets.APP_STORE_CONNECT_API_ISSUER_ID }}
APP_STORE_CONNECT_API_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
RELEASE_TAG: ${{ github.ref_name }}
GITEA_BUILD_NUMBER: ${{ github.run_number }}
CI: "true"
FASTLANE_SKIP_UPDATE_CHECK: "1"
FASTLANE_HIDE_CHANGELOG: "1"
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: "120"
run: |
export PATH="/Users/runner/hostedtoolcache/Ruby/3.3.11/arm64/bin:${PATH}"
bundle exec fastlane ios release
run: bundle exec fastlane ios beta