Skip to content

Commit

Permalink
check line
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Feb 20, 2024
1 parent caa6a94 commit 6f338b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/keystore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,15 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles
security cms -D -i $PP_PATH
- name: Build and archive
run: |
cd ios
xcodebuild archive -workspace NavigatorApp.xcworkspace -scheme NavigatorApp -archivePath build/NavigatorApp.xcarchive
xcodebuild -exportArchive -archivePath -allowProvisioningUpdates build/NavigatorApp.xcarchive -exportOptionsPlist ExportOptions.plist -exportPath build
- name: Upload to App Store Connect
run: |
xcrun altool --upload-app -f build/NavigatorApp.ipa -u $APPLE_ID -p $APPLE_PASSWORD --output-format xml
Expand Down

0 comments on commit 6f338b4

Please sign in to comment.