File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed
Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,29 @@ jobs:
6363 # génération des paquets pour tous les composants
6464 cpack -G DEB
6565
66- - name : Upload DEBs as artifact
66+ - name : Upload Filedaemon DEB
6767 uses : actions/upload-artifact@v4
6868 with :
69- name : bareos-all-${{ env.VERSION }}
70- path : bareos-repo/build/*.deb
69+ name : bareos-filedaemon-${{ env.VERSION }}
70+ path : bareos-repo/build/*filedaemon*.deb
71+
72+ - name : Upload Director DEB
73+ uses : actions/upload-artifact@v4
74+ with :
75+ name : bareos-director-${{ env.VERSION }}
76+ path : bareos-repo/build/*director*.deb
77+
78+ - name : Upload Storage DEB
79+ uses : actions/upload-artifact@v4
80+ with :
81+ name : bareos-storage-${{ env.VERSION }}
82+ path : bareos-repo/build/*storage*.deb
83+
84+ - name : Upload WebUI DEB
85+ uses : actions/upload-artifact@v4
86+ with :
87+ name : bareos-webui-${{ env.VERSION }}
88+ path : bareos-repo/build/*webui*.deb
7189
7290 - name : Attach DEBs to GitHub Release
7391 uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments