Skip to content

Commit

Permalink
Update mobile-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Dec 23, 2024
1 parent 1396a3b commit 4af6d36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mobile-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,20 @@ jobs:
- name: Android
os: macos-15
buildArgs: "android -final -D officialBuild"
setupCommand: sh ./setup/mobile.sh
artifactName: androidBuild
artifactPath: "export/release/android/bin/app/build/outputs/apk/release/*.apk"
- name: iOS
os: macos-15
setupCommand: sh ./setup/mobile.sh
buildArgs: "ios -final -nosign -D officialBuild"
artifactName: iOSBuild
artifactPath: "export/release/ios/build/Release-iphoneos/*.ipa"
uses: ./.github/workflows/build.yml
with:
name: ${{ matrix.name }}
os: ${{ matrix.os }}
setupCommand: ${{ matrix.setupCommand }}
buildArgs: ${{ matrix.buildArgs }}
artifactName: ${{ matrix.artifactName }}
artifactPath: ${{ matrix.artifactPath }}
Expand Down

0 comments on commit 4af6d36

Please sign in to comment.