Skip to content

Commit

Permalink
Update ios build (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntPolkanov authored Feb 20, 2024
1 parent c27f356 commit 0bdc0be
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,17 @@ jobs:
mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles
cp SSW_Rewards_iOS_Distribution.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/
- name: Build
run: dotnet publish src/MobileUI/MobileUI.csproj `
-v:diag -f:net8.0-ios -c:Release `
/p:ArchiveOnBuild=true `
/p:RuntimeIdentifier=ios-arm64 `
/p:CodeSignKey="${{ secrets.APPLE_CERT_NAME }}" `
- name: Build and sign
run: dotnet publish src/MobileUI/MobileUI.csproj \
-v:diag -f:net8.0-ios -c:Release \
/p:ArchiveOnBuild=true \
/p:RuntimeIdentifier=ios-arm64 \
/p:CodeSignKey="${{ secrets.APPLE_CERT_NAME }}" \
/p:CodesignProvision="${{ secrets.APPLE_PROFILE_NAME }}"

- name: Upload iOS artifact
uses: actions/[email protected]
with:
name: mauistocktake-ios-build
path: src/MobileUI/bin/Release/net8.0-ios/ios-arm64/publish//*.ipa

- name: Upload iOS Artifact
uses: actions/[email protected]
with:
name: artifacts-ios-${{ inputs.build_number }}
path: MobileUI/bin/Release/net8.0-ios/ios-arm64/publish//*.ipa
path: |
src/MobileUI/bin/Release/net8.0-ios/ios-arm64/publish/*.ipa

0 comments on commit 0bdc0be

Please sign in to comment.