File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments