1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-09-20 18:29:19 +03:00

2 Commits

Author SHA1 Message Date
61fe807122 Merge b7785d60d6 into 015f93f7b7 2025-01-05 14:44:22 +00:00
b7785d60d6 Adding artifact publishing for Linux
Simple Workflow change to download deb packages created within the Linux workflow
2025-01-05 15:38:12 +01:00

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