File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 name : JFileSync3-${{ github.ref_name }}
6060 path : JFileSync3/*
6161 retention-days : 5
62+
63+ - name : Archive Debian Package
64+ uses : actions/upload-artifact@v4
65+ with :
66+ name : JFileSync3-${{ github.ref_name }}-Debian
67+ path : build/distributions/*.deb
68+ retention-days : 50
69+
70+ - name : Archive RPM Package
71+ uses : actions/upload-artifact@v4
72+ with :
73+ name : JFileSync3-${{ github.ref_name }}-RPM
74+ path : build/distributions/*.rpm
75+ retention-days : 10
Original file line number Diff line number Diff line change 5656 name : JFileSync3-${{ github.ref_name }}
5757 path : JFileSync3/*
5858 retention-days : 5
59+
60+ - name : Archive Debian Package
61+ uses : actions/upload-artifact@v4
62+ with :
63+ name : JFileSync3-${{ github.ref_name }}-Debian
64+ path : build/distributions/*.deb
65+ retention-days : 50
66+
67+ - name : Archive RPM Package
68+ uses : actions/upload-artifact@v4
69+ with :
70+ name : JFileSync3-${{ github.ref_name }}-RPM
71+ path : build/distributions/*.rpm
72+ retention-days : 10
You can’t perform that action at this time.
0 commit comments