Skip to content

Commit f4c5fea

Browse files
committed
Clean up export plist and quote workflow paths
1 parent 19c6dcc commit f4c5fea

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.asc/ExportOptions/TestFlight.plist

Lines changed: 0 additions & 12 deletions
This file was deleted.

.asc/workflow.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
{
4343
"name": "export",
44-
"run": "asc xcode export --archive-path ${steps.archive.ARCHIVE_PATH} --export-options \"$EXPORT_OPTIONS\" --ipa-path \".asc/artifacts/FoundationLab-$VERSION-${steps.archive.BUILD_NUMBER}.ipa\" --overwrite --xcodebuild-flag=-allowProvisioningUpdates --xcodebuild-flag=-authenticationKeyID --xcodebuild-flag=$ASC_KEY_ID --xcodebuild-flag=-authenticationKeyIssuerID --xcodebuild-flag=$ASC_ISSUER_ID --xcodebuild-flag=-authenticationKeyPath --xcodebuild-flag=$ASC_PRIVATE_KEY_PATH --output json",
44+
"run": "asc xcode export --archive-path \"${steps.archive.ARCHIVE_PATH}\" --export-options \"$EXPORT_OPTIONS\" --ipa-path \".asc/artifacts/FoundationLab-$VERSION-${steps.archive.BUILD_NUMBER}.ipa\" --overwrite --xcodebuild-flag=-allowProvisioningUpdates --xcodebuild-flag=-authenticationKeyID --xcodebuild-flag=$ASC_KEY_ID --xcodebuild-flag=-authenticationKeyIssuerID --xcodebuild-flag=$ASC_ISSUER_ID --xcodebuild-flag=-authenticationKeyPath --xcodebuild-flag=$ASC_PRIVATE_KEY_PATH --output json",
4545
"outputs": {
4646
"IPA_PATH": "$.ipa_path",
4747
"VERSION": "$.version",
@@ -50,7 +50,7 @@
5050
},
5151
{
5252
"name": "publish",
53-
"run": "asc publish testflight --app \"$APP_ID\" --ipa ${steps.export.IPA_PATH} --group \"$TESTFLIGHT_GROUP\" --wait --poll-interval 10s --output json",
53+
"run": "asc publish testflight --app \"$APP_ID\" --ipa \"${steps.export.IPA_PATH}\" --group \"$TESTFLIGHT_GROUP\" --wait --poll-interval 10s --output json",
5454
"outputs": {
5555
"BUILD_ID": "$.buildId",
5656
"BUILD_NUMBER": "$.buildNumber"

0 commit comments

Comments
 (0)