Skip to content

Commit 70c747b

Browse files
committed
Actions: flatpak with correct Java version
1 parent daca743 commit 70c747b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
file: gradle.properties
2727
all: true
2828

29-
- name: Setup Java ${{ steps.all.outputs.minJavaVersion }}
29+
- name: Setup Java ${{ steps.all.outputs.theMinJavaVersion }}
3030
uses: actions/setup-java@v3
3131
with:
32-
java-version: ${{ steps.all.outputs.minJavaVersion }}
32+
java-version: ${{ steps.all.outputs.theMinJavaVersion }}
3333
distribution: zulu
3434

3535
- name: Populate flatpak/flathub

0 commit comments

Comments
 (0)