Skip to content

Commit

Permalink
Merge pull request #2051 from get10101/fix/fix-release-pipeline-use-c…
Browse files Browse the repository at this point in the history
…orrect-env-vars

fix: provide env variables for android apks
  • Loading branch information
bonomat authored Feb 16, 2024
2 parents a0af052 + 8bcfbc3 commit d4e6f05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,14 @@ jobs:
- name: Build Android APK for each platform
run: |
NETWORK=$NETWORK just build-android-app-apk --split-per-abi
env:
ESPLORA_ENDPOINT: ${{ inputs.esplora_endpoint }}
COORDINATOR_P2P_ENDPOINT: ${{ inputs.coordinator_p2p_endpoint }}
NETWORK: ${{ inputs.network }}
COORDINATOR_PORT_HTTP: ${{ inputs.coordinator_port_http }}
ORACLE_ENDPOINT: ${{ inputs.oracle_endpoint }}
ORACLE_PUBKEY: ${{ inputs.oracle_pubkey }}
RGS_SERVER_URL: ${{ inputs.rgs_server_url }}
- name: Build Android APK fat bundle
run: |
NETWORK=$NETWORK just build-android-app-apk
Expand Down

0 comments on commit d4e6f05

Please sign in to comment.