1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Mastemmah
61fe807122
Merge b7785d60d6 into 015f93f7b7 2025-01-05 14:44:22 +00:00
Matt Rodak
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

@ -27,7 +27,6 @@ jobs:
cpack -C Release -G DEB cpack -C Release -G DEB
- name: Upload DEB packages as artifacts - name: Upload DEB packages as artifacts
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: deb-packages name: deb-packages