Reorganize scripts into subfolders

/  = Local scripts
  ci = Remote scripts (run by workflow)
util = Utilities
This commit is contained in:
Davide De Rosa 2021-10-05 10:55:40 +02:00
parent 894116269a
commit 20a6ba1dc3
10 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ env:
APPCENTER_API_TOKEN: ${{ secrets.APPCENTER_API_TOKEN }}
jobs:
submit_appstore:
upload_to_testflight:
runs-on: macos-10.15
timeout-minutes: 60
steps:
@ -57,16 +57,16 @@ jobs:
${{ runner.os }}-pods-
- name: Prepare for fastlane match
run: |
scripts/recognize-match-hostname.sh
scripts/ci/recognize-match-hostname.sh
bundle exec fastlane preinstall_development_certs
- name: Build (macOS)
run: |
bundle exec fastlane --env mac,beta create_archive
scripts/reset-archive.sh
scripts/ci/reset-archive.sh
- name: Build (iOS)
run: |
bundle exec fastlane --env ios,beta create_archive
scripts/reset-archive.sh
scripts/ci/reset-archive.sh
- name: Submit to TestFlight (macOS)
run: |
PILOT_CHANGELOG=`ci/build-changelog.sh mac` bundle exec fastlane --env mac,beta beta_deploy