mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
list file system
This commit is contained in:
parent
6fd24c842f
commit
663be2402d
2 changed files with 2 additions and 0 deletions
1
.github/scripts/ios/export-ipa.ps1
vendored
1
.github/scripts/ios/export-ipa.ps1
vendored
|
@ -16,3 +16,4 @@ $destIpaPath = "$rootPath/Bitwarden.ipa";
|
|||
xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath
|
||||
|
||||
Copy-Item $ipaPath $destIpaPath
|
||||
ls
|
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -166,6 +166,7 @@ jobs:
|
|||
shell: pwsh
|
||||
|
||||
- name: Build for App Store
|
||||
if: github.ref != 'refs/heads/master'
|
||||
run: ./.github/scripts/ios/build.ps1 -configuration AppStore -platform iPhone
|
||||
shell: pwsh
|
||||
|
||||
|
|
Loading…
Reference in a new issue