Skip to content

Commit e58b967

Browse files
1 parent 16c628a commit e58b967

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,22 @@ jobs:
4848
with:
4949
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
5050
path: build/jpackage/*.exe
51+
retention-days: 30
5152
- name: Upload MSI as an artifact
5253
uses: actions/upload-artifact@v2
5354
with:
5455
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
5556
path: build/jpackage/*.msi
57+
retention-days: 30
5658
- name: Upload DEB as an artifact
5759
uses: actions/upload-artifact@v2
5860
with:
5961
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
6062
path: build/jpackage/*.deb
63+
retention-days: 30
6164
- name: Upload RPM as an artifact
6265
uses: actions/upload-artifact@v2
6366
with:
6467
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
6568
path: build/jpackage/*.rpm
69+
retention-days: 30

0 commit comments

Comments
 (0)