Skip to content

Commit b375dfe

Browse files
authored
Fix bad path in release workflow (#330)
1 parent fab7a17 commit b375dfe

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
@@ -114,7 +114,7 @@ jobs:
114114
- name: Checkout code
115115
uses: actions/checkout@v4
116116
with:
117-
sparse-checkout: get_version.cmake
117+
sparse-checkout: CMakeBuild/get_version.cmake
118118

119119
- name: Download Artifact
120120
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)