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