Skip to content

Commit 2208b7d

Browse files
retention 7 days
1 parent ce5ebef commit 2208b7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ jobs:
4848
with:
4949
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-exe
5050
path: build/jpackage/*.exe
51-
retention-days: 30
51+
retention-days: 7
5252
- name: Upload MSI as an artifact
5353
uses: actions/upload-artifact@v2
5454
with:
5555
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-msi
5656
path: build/jpackage/*.msi
57-
retention-days: 30
57+
retention-days: 7
5858
- name: Upload DEB as an artifact
5959
uses: actions/upload-artifact@v2
6060
with:
6161
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-deb
6262
path: build/jpackage/*.deb
63-
retention-days: 30
63+
retention-days: 7
6464
- name: Upload RPM as an artifact
6565
uses: actions/upload-artifact@v2
6666
with:
6767
name: hello-fx-jdk${{ matrix.java }}-${{ matrix.os }}-rpm
6868
path: build/jpackage/*.rpm
69-
retention-days: 30
69+
retention-days: 7

0 commit comments

Comments
 (0)