We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daca743 commit 70c747bCopy full SHA for 70c747b
.github/workflows/flatpak.yml
@@ -26,10 +26,10 @@ jobs:
26
file: gradle.properties
27
all: true
28
29
- - name: Setup Java ${{ steps.all.outputs.minJavaVersion }}
+ - name: Setup Java ${{ steps.all.outputs.theMinJavaVersion }}
30
uses: actions/setup-java@v3
31
with:
32
- java-version: ${{ steps.all.outputs.minJavaVersion }}
+ java-version: ${{ steps.all.outputs.theMinJavaVersion }}
33
distribution: zulu
34
35
- name: Populate flatpak/flathub
0 commit comments