Move .ipa/.pkg paths to env

This commit is contained in:
Davide De Rosa 2021-11-11 16:39:13 +01:00
parent d45f5bd541
commit e267a5ad13
3 changed files with 2 additions and 2 deletions

View File

@ -5,3 +5,4 @@ GYM_SCHEME="Passepartout-iOS"
SCAN_DEVICE="iPhone 12"
DELIVER_PLATFORM="ios"
PILOT_PLATFORM="ios"
PILOT_IPA="dist/ios/Passepartout.ipa"

View File

@ -6,3 +6,4 @@ GYM_SCHEME="Passepartout-macOS"
SCAN_DESTINATION="platform=macOS"
DELIVER_PLATFORM="osx"
PILOT_PLATFORM="osx"
PILOT_PKG="dist/mac/Passepartout.pkg"

View File

@ -65,13 +65,11 @@ jobs:
if: github.ref == 'refs/heads/stable'
run: |
export PILOT_CHANGELOG=`ci/build-changelog.sh mac`
export PILOT_PKG="dist/mac/Passepartout.pkg"
bundle exec fastlane --env mac,beta store_beta
- name: Submit to TestFlight (iOS)
if: github.ref == 'refs/heads/stable'
run: |
export PILOT_CHANGELOG=`ci/build-changelog.sh ios`
export PILOT_IPA="dist/ios/Passepartout.ipa"
bundle exec fastlane --env ios,beta store_beta
release_public_beta:
if: github.ref == 'refs/heads/stable'