mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-05-18 23:50:36 +00:00
fixed github workflow
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user