aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-09 12:11:04 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commit8b817ac3f680f6a5484becfcf4fe36bc91fe4727 (patch)
tree9b556b1dd52c701f7f94f431e14bd5eb8e2a3d33
parent7055e7dbc06ad23195ad0056ae87b2786d446dc2 (diff)
Add target command lne option
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 471d4b81..e0972b6f 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 <NAME>"
- run: cmake --build . --config $BUILD_TYPE Attorney_Online
+ run: cmake --build . --config $BUILD_TYPE --target Attorney_Online
- name: Strip
working-directory: ${{github.workspace}}/build