Skip to content

Commit

Permalink
Merge pull request #23 from 0x4f53/0x4f53-workflow-patch
Browse files Browse the repository at this point in the history
Update build-release-apk.yml
  • Loading branch information
0x4f53 authored Feb 19, 2024
2 parents 51da309 + 480d218 commit 9a53884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fileName: 'keystore/your_signing_keystore.jks'
encodedString: ${{ secrets.KEYSTORE }}
- uses: actions/checkout@v2
- name: set up JDK 1.8
- name: set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: build prod
Expand All @@ -29,4 +29,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Build Artifacts
path: app/build/outputs/
path: app/build/outputs/

0 comments on commit 9a53884

Please sign in to comment.