Skip to content

Commit 73522bf

Browse files
use JDK 16
1 parent f23a3ce commit 73522bf

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, macOS-latest, windows-latest]
20-
java: [ '15.0.1' ]
20+
java: [ '16' ]
2121
fail-fast: false
2222
name: ${{ matrix.os }}
2323
steps:
@@ -40,25 +40,25 @@ jobs:
4040
- name: Upload DMG as an artifact
4141
uses: actions/upload-artifact@v2
4242
with:
43-
name: hellofx-jdk${{ matrix.java }}-${{ matrix.os }}-dmg
43+
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-dmg
4444
path: build/jpackage/*.dmg
4545
- name: Upload EXE as an artifact
4646
uses: actions/upload-artifact@v2
4747
with:
48-
name: hellofx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
48+
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
4949
path: build/jpackage/*.exe
5050
- name: Upload MSI as an artifact
5151
uses: actions/upload-artifact@v2
5252
with:
53-
name: hellofx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
53+
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
5454
path: build/jpackage/*.msi
5555
- name: Upload DEB as an artifact
5656
uses: actions/upload-artifact@v2
5757
with:
58-
name: hellofx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
58+
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
5959
path: build/jpackage/*.deb
6060
- name: Upload RPM as an artifact
6161
uses: actions/upload-artifact@v2
6262
with:
63-
name: hellofx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
63+
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
6464
path: build/jpackage/*.rpm

0 commit comments

Comments
 (0)