Skip to content

Commit

Permalink
remove build app
Browse files Browse the repository at this point in the history
  • Loading branch information
aidaiym committed Aug 1, 2024
1 parent cb7ab72 commit 9c5e1d3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/app_distribution_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ jobs:
runs-on: macos-latest

steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Check out the code
uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
working-directory: app/ios/fastlane
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
working-directory: app/ios/fastlane

- name: Install Dependencies
run: bundle install --retry 3 --jobs 4
working-directory: app/ios/fastlane
run: bundle install --retry 3 --jobs 4
working-directory: app/ios/fastlane

- name: Setup Fastlane Match
run: fastlane match development --type development

run: fastlane match development --type development
- name: Run Fastlane Distribute
uses: maierj/[email protected]
with:
lane: 'ios distribute'
subdirectory: 'app/ios/fastlane'
env:
uses: maierj/[email protected]
with:
lane: 'ios distribute'
subdirectory: 'app/ios/fastlane'
env:

0 comments on commit 9c5e1d3

Please sign in to comment.