Preserve Ruby path for TestFlight workflow
Some checks failed
TestFlight / testflight (push) Failing after 22s
Some checks failed
TestFlight / testflight (push) Failing after 22s
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Setup Ruby
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: "3.1"
|
ruby-version: "3.1.7"
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
working-directory: ios
|
working-directory: ios
|
||||||
|
|
||||||
@@ -44,4 +44,7 @@ jobs:
|
|||||||
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
|
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
|
||||||
FASTLANE_SKIP_UPDATE_CHECK: "1"
|
FASTLANE_SKIP_UPDATE_CHECK: "1"
|
||||||
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: "120"
|
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: "120"
|
||||||
run: bundle exec fastlane ios beta
|
run: |
|
||||||
|
export PATH="/Users/runner/hostedtoolcache/Ruby/3.1.7/arm64/bin:${PATH}"
|
||||||
|
ruby --version
|
||||||
|
bundle exec fastlane ios beta
|
||||||
|
|||||||
Reference in New Issue
Block a user