Skip to content

Commit

Permalink
Update iOS build (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntPolkanov authored Feb 20, 2024
1 parent 0bdc0be commit e5151ba
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,7 @@ jobs:
cp SSW_Rewards_iOS_Distribution.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/
- 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 }}"
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]
Expand Down

0 comments on commit e5151ba

Please sign in to comment.