Skip to content

Commit

Permalink
prepare build for ios
Browse files Browse the repository at this point in the history
  • Loading branch information
softartdev committed Jul 20, 2023
1 parent ca0208f commit e4ac923
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: iOS CD

on:
push:
branches:
- '**'
tags:
- ios/*

Expand Down Expand Up @@ -42,12 +44,14 @@ jobs:
LARGE_SECRET_PASSPHRASE: ${{ secrets.LARGE_SECRET_PASSPHRASE }}
KEYCHAIN_NAME: app-signing
run: fastlane setup_certificates_lane
- name: Prepare build
run: ./gradlew build
- name: AppStore build lane with gym
working-directory: ./iosApp
run: fastlane appstore_build_gym_lane
- name: AppStore publish lane with deliver
working-directory: ./iosApp
run: fastlane appstore_publish_deliver_lane
# - name: AppStore publish lane with deliver
# working-directory: ./iosApp
# run: fastlane appstore_publish_deliver_lane
- name: Archive build artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e4ac923

Please sign in to comment.