list file system

This commit is contained in:
Kyle Spearrin 2020-06-10 12:43:52 -04:00
parent 6fd24c842f
commit 663be2402d
2 changed files with 2 additions and 0 deletions

View File

@ -16,3 +16,4 @@ $destIpaPath = "$rootPath/Bitwarden.ipa";
xcodebuild -exportArchive -archivePath $archivePath -exportPath $exportPath -exportOptionsPlist $exportOptionsPath
Copy-Item $ipaPath $destIpaPath
ls

View File

@ -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