Skip to content

Commit

Permalink
CI updates (#9)
Browse files Browse the repository at this point in the history
* Update android.yml

* corretto17

* Update android.yml

* back to adopt
  • Loading branch information
nicklasl authored Dec 22, 2023
1 parent 50642d6 commit bc27906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
mkdir "${TMP_KEYSTORE_FILE_PATH}"
echo $ENCODED_STRING | base64 -di > "${TMP_KEYSTORE_FILE_PATH}"/your_keystore_file.jks
- uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
Expand All @@ -38,4 +38,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Build Artifacts
path: app/build/outputs/
path: app/build/outputs/

0 comments on commit bc27906

Please sign in to comment.