Skip to content

Commit

Permalink
fix release script (#5459)
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 authored Oct 30, 2024
1 parent 22d1e34 commit 10549e6
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 @@ -57,7 +57,7 @@ jobs:
run: |
cmake --workflow --preset generators --fresh
mkdir build-platform-generators
cmake --install build --config $cmake_config --component generators --prefix build-platform-generators
cmake --install build --config Release --component generators --prefix build-platform-generators
- name: Change dev tools to host arch (windows)
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 10549e6

Please sign in to comment.