diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b86ec0..8ad041a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: cmake -B ${{ steps.strings.outputs.build-output-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_BUILD_TYPE=Release - -DPROJECT_VERSION=${{ github.ref_name }} + -DPROJECT_VERSION="${{ github.ref_name }}" -S ${{ github.workspace }} - name: Build