summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-10-30 17:10:50 +0800
committerGitHub <noreply@github.com>2024-10-30 17:10:50 +0800
commit10549e6bacb405793f6c81a9094df7f3175648ef (patch)
treed64fa95130d45ea8c4a4f58aa50c76bfda611c62 /.github
parent22d1e345037eea853e54b84af718340cb9776513 (diff)
fix release script (#5459)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 60e4de06f..f8945ec8b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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