Skip to content

Commit fab7a17

Browse files
authored
Fix bad path in release workflow (#329)
1 parent 6c3fccc commit fab7a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Get project version
132132
id: get_version
133133
run: |
134-
VERSION=$(cmake -P get_version.cmake 2>&1)
134+
VERSION=$(cmake -P CMakeBuild/get_version.cmake 2>&1)
135135
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
136136
137137
- name: Create Nightly Tag

0 commit comments

Comments
 (0)