Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Signed-off-by: PeterHasse <[email protected]>
  • Loading branch information
PeterHasse authored Dec 23, 2023
1 parent f404bc5 commit 8ab869c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: chmod +x gradlew
- name: Unpack keystore
- run: echo $KEYSTORE | base64 -d > '/home/runner/work/OpenMobileNetworkToolkit/OpenMobileNetworkToolkit/app/OpenMobileNetworkToolkit-key.jks'
- name: Export keystorepw
- run: export StorePW=$KEYSTORE_PW
- name: Export keypw
- run: export KeyPW=$KEY_PW
- name: Build with Gradle
run: ./gradlew assembleRelease
Expand Down

0 comments on commit 8ab869c

Please sign in to comment.