mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
CI: harden artifacts upload
This commit is contained in:
parent
7981e16e0b
commit
4c1eeb717b
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
||||
. .ci/appveyor-vpntest.ps1
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
if-no-files-found: error
|
||||
name: Binaries-${{ matrix.platform.ARCHITECTURE }}
|
||||
path: |
|
||||
build/*.exe
|
||||
@ -42,5 +43,6 @@ jobs:
|
||||
build/*.se2
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
if-no-files-found: error
|
||||
name: Installers-${{ matrix.platform.ARCHITECTURE }}
|
||||
path: build/installers
|
Loading…
Reference in New Issue
Block a user