mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-22 08:00:35 +00:00
attempt to fix windows workflow
This commit is contained in:
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Build Environment
|
- name: Create Build Environment
|
||||||
shell: bash
|
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
|
- name: Build Server
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -30,5 +30,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: BeamMP-Server-windows
|
name: BeamMP-Server-windows
|
||||||
path: ./bin/BeamMP-Server.exe
|
path: ./bin/Release/BeamMP-Server.exe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user