From b074ff5448a75589bc02ca928d026cb0de5d0731 Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Mon, 17 Jan 2022 01:57:31 +0200 Subject: [PATCH] fixed github workflow --- .github/workflows/cmake-windows.yml | 2 +- .github/workflows/release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-windows.yml b/.github/workflows/cmake-windows.yml index b63ea80..ca95075 100644 --- a/.github/workflows/cmake-windows.yml +++ b/.github/workflows/cmake-windows.yml @@ -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 diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index b1c97ed..0f34be4 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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