From 8b817ac3f680f6a5484becfcf4fe36bc91fe4727 Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Sat, 9 Jan 2021 12:11:04 -0600 Subject: [PATCH] Add target command lne option --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 471d4b8..e0972b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: working-directory: ${{github.workspace}}/build shell: bash # Execute the build. You can specify a specific target with "--target " - run: cmake --build . --config $BUILD_TYPE Attorney_Online + run: cmake --build . --config $BUILD_TYPE --target Attorney_Online - name: Strip working-directory: ${{github.workspace}}/build