Skip to content

Commit

Permalink
Merge branch 'main' into fix-modal-height
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM authored Oct 12, 2024
2 parents 3fff2f0 + 78aba6d commit d178743
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,16 @@ jobs:
info-plist-path: "./IsraelHiking.Web/ios/App/App/Info.plist"
bundle-short-version-string: ${{ needs.version.outputs.version_string }}
bundle-version: ${{ needs.version.outputs.version_string }}
- name: Build iOS
- name: Build iOS with signing
if: ${{ github.secret_source == 'Actions' }}
run: |
cd IsraelHiking.Web/ios
xcodebuild -workspace App/App.xcworkspace -scheme App -archivePath App.xcarchive -configuration Release -destination generic/platform=iOS archive -quiet
- name: Build iOS no signing
if: ${{ github.secret_source == 'None' }}
run: |
cd IsraelHiking.Web/ios
xcodebuild -workspace App/App.xcworkspace -scheme App -archivePath App.xcarchive -configuration Release -destination generic/platform=iOS archive -quiet CODE_SIGN_IDENTITY=""
- name: Export iOS Archive
if: ${{ github.secret_source == 'Actions' }}
run: |
Expand Down

0 comments on commit d178743

Please sign in to comment.