summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ecfde1c..b697cad 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -287,7 +287,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: "${{ matrix.config.name }} build artifacts"
- path: bin
+ path: build/bin/
- name: Run tests (Linux / MacOS)
shell: cmake -P {0}