Move .ipa/.pkg paths to env
This commit is contained in:
parent
d45f5bd541
commit
e267a5ad13
1
.env.ios
1
.env.ios
|
@ -5,3 +5,4 @@ GYM_SCHEME="Passepartout-iOS"
|
|||
SCAN_DEVICE="iPhone 12"
|
||||
DELIVER_PLATFORM="ios"
|
||||
PILOT_PLATFORM="ios"
|
||||
PILOT_IPA="dist/ios/Passepartout.ipa"
|
||||
|
|
1
.env.mac
1
.env.mac
|
@ -6,3 +6,4 @@ GYM_SCHEME="Passepartout-macOS"
|
|||
SCAN_DESTINATION="platform=macOS"
|
||||
DELIVER_PLATFORM="osx"
|
||||
PILOT_PLATFORM="osx"
|
||||
PILOT_PKG="dist/mac/Passepartout.pkg"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue