Skip to content

Commit dcdf2bf

Browse files
committed
Fix install
1 parent 468ca4a commit dcdf2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-package/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
if [[ "${{ runner.os }}" == "Linux" ]]; then
3636
cmake --build --preset $PRESET
3737
elif [[ "${{ runner.os }}" == "Windows" ]]; then
38-
cmake --build build --target Release
38+
cmake --build build --config Release
3939
fi
4040
4141
- name: Install package

0 commit comments

Comments
 (0)