We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c628a commit e58b967Copy full SHA for e58b967
1 file changed
.github/workflows/gradle.yml
@@ -48,18 +48,22 @@ jobs:
48
with:
49
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
50
path: build/jpackage/*.exe
51
+ retention-days: 30
52
- name: Upload MSI as an artifact
53
uses: actions/upload-artifact@v2
54
55
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
56
path: build/jpackage/*.msi
57
58
- name: Upload DEB as an artifact
59
60
61
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
62
path: build/jpackage/*.deb
63
64
- name: Upload RPM as an artifact
65
66
67
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
68
path: build/jpackage/*.rpm
69
0 commit comments