mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
fix ipa path
This commit is contained in:
9
.github/scripts/ios/export-ipa.ps1
vendored
9
.github/scripts/ios/export-ipa.ps1
vendored
@@ -7,12 +7,7 @@ $rootPath = $env:GITHUB_WORKSPACE;
|
||||
$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 = "$rootPath/bitwardenios";
|
||||
$archivePath = "$homePath/Library/Developer/Xcode/Archives/*/*.xcarchive";
|
||||
$exportPath = "$rootPath/bitwarden-export";
|
||||
|
||||
xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath
|
||||
|
||||
ls
|
||||
cd $exportPath
|
||||
ls
|
||||
|
||||
Reference in New Issue
Block a user