diff --git a/.github/scripts/ios/export-ipa.ps1 b/.github/scripts/ios/export-ipa.ps1 index e7f60a6f8e..ba051fa6e9 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