We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cee8e0 commit c170191Copy full SHA for c170191
.github/workflows/release-linux-glibc-2-17.yml
@@ -37,13 +37,12 @@ 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
42
+
43
- name: Package Slang
44
id: package
45
run: |
- # For the release, also generate a tar.gz file
- cpack --preset "$config" -G ZIP
- cpack --preset "$config" -G TGZ
46
-
47
triggering_ref=${{ github.ref_name }}
48
version=${triggering_ref#v}
49
base=$(pwd)/slang-${version}-linux-x86_64-glibc-2.17
0 commit comments