Skip to content

Commit

Permalink
[Issue-1843] Fix bug auto build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Nov 29, 2024
1 parent 28dd770 commit f03e9b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# iOS build workflow -------------------------------------------------
build-ios:
name: iOS builds
runs-on: macos-15-large
runs-on: macos-15
env:
GH_PAT: ${{ secrets.GH_PAT }}
GH_RELEASE_GITHUB_API_TOKEN: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -89,14 +89,15 @@ jobs:
- name: iOS Build Action
uses: yukiarrr/[email protected]
with:
project-path: ios/SubWalletMobile.xcodeproj
export-method: 'ad-hoc'
project-path: ./ios/SubWalletMobile.xcodeproj
p12-base64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
certificate-password: ${{ secrets.P12_PASSWORD }}
mobileprovision-base64: ${{ secrets.BUILD_ADHOC_PROVISION_PROFILE_BASE64 }}
code-signing-identity: 'Apple Distribution: CDM SOFTWARE DEVELOPMENT COMPANY LIMITED (ZUZ7T3GQMT)'
team-id: ${{ secrets.APPLE_TEAM_ID }}
workspace-path: ios/SubWalletMobile.xcworkspace
workspace-path: ./ios/SubWalletMobile.xcworkspace
export-method: 'ad-hoc'
configuration: Debug
certificate-password: ${{ secrets.P12_PASSWORD }}
scheme: SubWalletMobile-Production

- name: Upload iOS to Diawi
Expand Down

0 comments on commit f03e9b3

Please sign in to comment.