We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c170191 commit 45ee49eCopy full SHA for 45ee49e
.github/workflows/release-linux-glibc-2-17.yml
@@ -37,8 +37,8 @@ jobs:
37
cmake --preset default --fresh -DCMAKE_BUILD_TYPE=Release -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
38
cmake --build --preset release -j$(nproc)
39
40
- cpack --preset "$config" -G ZIP
41
- cpack --preset "$config" -G TGZ
+ cpack --preset release -G ZIP
+ cpack --preset release -G TGZ
42
43
- name: Package Slang
44
id: package
0 commit comments