kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix release.yml
back off jdk 24 Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>pull/2252/head
rodzic
496de47766
commit
11edd9a8d2
|
|
@ -131,10 +131,10 @@ jobs:
|
|||
KEYSTORE_FILENAME: ${{ secrets.KEYSTORE_FILENAME }}
|
||||
KEYSTORE_PROPERTIES: ${{ secrets.KEYSTORE_PROPERTIES }}
|
||||
|
||||
- name: Set up JDK 24
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '24'
|
||||
java-version: '21'
|
||||
distribution: 'jetbrains'
|
||||
|
||||
- name: Build Play Store release
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue