fixed github workflow

This commit is contained in:
Anonymous275
2022-01-17 01:57:31 +02:00
parent e0971450fe
commit b074ff5448
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/build-windows
shell: bash
run: cmake --build . --config $BUILD_TYPE
run: cmake --build . --config $BUILD_TYPE --target BeamMP-Launcher
- name: Archive artifacts
uses: actions/upload-artifact@v2

View File

@@ -58,7 +58,7 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/build-windows
shell: bash
run: cmake --build . --config $BUILD_TYPE
run: cmake --build . --config $BUILD_TYPE --target BeamMP-Launcher
- name: Upload Release Asset
id: upload-release-asset