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 c1a4a1a commit f404bc5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: set up JDK 21
Expand All @@ -22,5 +20,10 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Unpack keystore
- run: echo $KEYSTORE | base64 -d > '/home/runner/work/OpenMobileNetworkToolkit/OpenMobileNetworkToolkit/app/OpenMobileNetworkToolkit-key.jks'
- run: export StorePW=$KEYSTORE_PW
- run: export KeyPW=$KEY_PW
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew assembleRelease

0 comments on commit f404bc5

Please sign in to comment.