1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-01-23 23:59:56 +03:00

Merge pull request #2086 from Mastemmah/ArtifactsPublising

Adding artifact publishing for Linux
This commit is contained in:
Ilya Shipitsin 2025-01-07 11:26:05 +01:00 committed by GitHub
commit c2487c6b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,13 @@ jobs:
cd build
cpack -C Release -G DEB
- name: Upload DEB packages as artifacts
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: deb-packages
path: build/*.deb
- name: Test
run: |
.ci/appveyor-deb-install-test.sh