Skip to content

Commit 3cd10f3

Browse files
committed
fix: build script
1 parent 6782acd commit 3cd10f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Configure
102102
shell: bash -el {0}
103103
run: |
104-
cmake -S . -B build -G "Ninja" -DCPPLM_VERSION="${{ needs.setup.outputs.tag_name }}"
104+
cmake -S . -B build -G "Ninja" -DPOLYHOOK_VERSION="${{ needs.setup.outputs.tag_name }}"
105105
106106
- name: Build
107107
shell: bash -el {0}

0 commit comments

Comments
 (0)