From caed8c2cf02ca25c94df2f5d9884aedf6236f0ba Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 10 Jun 2020 13:13:03 -0400 Subject: [PATCH] explore paths --- .github/scripts/ios/export-ipa.ps1 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/scripts/ios/export-ipa.ps1 b/.github/scripts/ios/export-ipa.ps1 index e7f60a6f8..ba051fa6e 100644 --- a/.github/scripts/ios/export-ipa.ps1 +++ b/.github/scripts/ios/export-ipa.ps1 @@ -9,11 +9,10 @@ $homePath = Resolve-Path "~" | Select-Object -ExpandProperty Path $exportOptionsPath = "$rootPath/.github/resources/export-options-$method.plist"; $archiveBasePath = "$homePath/Library/Developer/Xcode/Archives/*"; $archivePath = "$archiveBasePath/*.xcarchive"; -$exportPath = "$archiveBasePath/ipa-export"; -$ipaPath = "$exportPath/Bitwarden.ipa"; -$destIpaPath = "$rootPath/Bitwarden.ipa"; +$exportPath = "$rootPath/bitwardenios"; xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath -Copy-Item $ipaPath $destIpaPath -ls \ No newline at end of file +ls +cd $exportPath +ls