mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-09-21 02:39:21 +03:00
Compare commits
2 Commits
5.2.5188
...
61fe807122
Author | SHA1 | Date | |
---|---|---|---|
61fe807122 | |||
b7785d60d6 |
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
@ -26,6 +26,12 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cpack -C Release -G DEB
|
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
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
.ci/appveyor-deb-install-test.sh
|
.ci/appveyor-deb-install-test.sh
|
||||||
|
Reference in New Issue
Block a user