File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 pull_request :
1111 branches :
1212 - non-modular
13-
13+ workflow_dispatch :
14+ # manuel trigger
1415jobs :
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
You can’t perform that action at this time.
0 commit comments