Skip to content

Commit

Permalink
ci: fix jdk setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 14, 2024
1 parent b02b34e commit 13b8a53
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- name: Set up JDK 18
uses: actions/setup-java@v4
with:
java-version: 18
java-version: '18'
distribution: 'zulu'
cache: gradle
- name: Create keystore
run: |
echo "${{ secrets.RELEASE_KEYSTORE }}" > release.keystore.asc
Expand Down Expand Up @@ -81,4 +83,4 @@ jobs:
prerelease: true
title: "Pre-release"
files: |
apk/release/app-release.apk
apk/release/app-release.apk

0 comments on commit 13b8a53

Please sign in to comment.