1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-10-06 02:20:40 +03:00

CI: harden artifacts upload

This commit is contained in:
Ilia Shipitsin 2024-04-05 22:15:35 +02:00
parent 7981e16e0b
commit 4c1eeb717b

View File

@ -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