Update cmake-windows.yml

This commit is contained in:
Anonymous275
2021-09-22 17:45:15 +03:00
committed by GitHub
parent 0dc1f6a846
commit 2190593c78

View File

@@ -3,7 +3,7 @@ name: CMake Windows Build
on: [push]
env:
BUILD_TYPE: Release
BUILD_TYPE: RelWithDebInfo
jobs:
windows-build:
@@ -42,6 +42,12 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: BeamMP-Server.exe
path: ${{github.workspace}}/build-windows/Release/BeamMP-Server.exe
path: ${{github.workspace}}/build-windows/RelWithDebInfo/BeamMP-Server.exe
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: BeamMP-Server.pdb
path: ${{github.workspace}}/build-windows/RelWithDebInfo/BeamMP-Server.pdb