diff --git a/.github/workflows/cmake-ubuntu.yml b/.github/workflows/cmake-ubuntu.yml index e64fda9..6db6c38 100644 --- a/.github/workflows/cmake-ubuntu.yml +++ b/.github/workflows/cmake-ubuntu.yml @@ -36,7 +36,7 @@ jobs: -S ${{ github.workspace }} \ -B ${{ steps.strings.outputs.build-dir }} \ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \ - -DBUILD_PROJECT_VERSION="${{ github.ref_name }}" + -DBUILD_PROJECT_VERSION="${{ github.ref_name }}" - name: Build project run: |