Skip to content

Commit 6e5f34b

Browse files
Merge branch 'non-modular' of https://github.com/danielpeintner/Java11Test into non-modular
2 parents daae6de + e58b967 commit 6e5f34b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
pull_request:
1111
branches:
1212
- non-modular
13-
13+
workflow_dispatch:
14+
# manuel trigger
1415
jobs:
1516
build:
1617
runs-on: ${{ matrix.os }}
@@ -47,18 +48,22 @@ jobs:
4748
with:
4849
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
4950
path: build/jpackage/*.exe
51+
retention-days: 30
5052
- name: Upload MSI as an artifact
5153
uses: actions/upload-artifact@v2
5254
with:
5355
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
5456
path: build/jpackage/*.msi
57+
retention-days: 30
5558
- name: Upload DEB as an artifact
5659
uses: actions/upload-artifact@v2
5760
with:
5861
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
5962
path: build/jpackage/*.deb
63+
retention-days: 30
6064
- name: Upload RPM as an artifact
6165
uses: actions/upload-artifact@v2
6266
with:
6367
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
6468
path: build/jpackage/*.rpm
69+
retention-days: 30

0 commit comments

Comments
 (0)