diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc4a3a..4a73b86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=Release . - name: Run Build - run: cmake --build --config Release . + run: cmake --build . --config Release - name: Set version id: set_version