1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-05-23 22:10:15 +03:00

Adding artifact publishing for Linux

Simple Workflow change to download deb packages created within the Linux workflow
This commit is contained in:
Matt Rodak
2025-01-05 15:09:34 +01:00
parent 015f93f7b7
commit b7785d60d6
+6
View File
@@ -26,6 +26,12 @@ jobs:
cd build
cpack -C Release -G DEB
- name: Upload DEB packages as artifacts
uses: actions/upload-artifact@v4
with:
name: deb-packages
path: build/*.deb
- name: Test
run: |
.ci/appveyor-deb-install-test.sh