attempt to fix windows workflow

This commit is contained in:
Lion Kortlepel
2023-12-05 15:30:42 +01:00
parent bde1f24552
commit 471bfff92e

View File

@@ -20,7 +20,7 @@ jobs:
- name: Create Build Environment
shell: bash
run: ./scripts/windows/1-configure.sh '-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake'
run: ./scripts/windows/1-configure.sh
- name: Build Server
shell: bash
@@ -30,5 +30,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: BeamMP-Server-windows
path: ./bin/BeamMP-Server.exe
path: ./bin/Release/BeamMP-Server.exe