Skip to content

Commit

Permalink
Quote version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryouze committed Oct 2, 2024
1 parent 189b025 commit 4c9694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c9694a

Please sign in to comment.