mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-04-03 18:00:08 +03:00
Merge b7785d60d6
into 015f93f7b7
This commit is contained in:
commit
61fe807122
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user