Skip to content

Commit c170191

Browse files
committed
ci wobble
1 parent 1cee8e0 commit c170191

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-linux-glibc-2-17.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ jobs:
3737
cmake --preset default --fresh -DCMAKE_BUILD_TYPE=Release -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'
3838
cmake --build --preset release -j$(nproc)
3939
40+
cpack --preset "$config" -G ZIP
41+
cpack --preset "$config" -G TGZ
42+
4043
- name: Package Slang
4144
id: package
4245
run: |
43-
# For the release, also generate a tar.gz file
44-
cpack --preset "$config" -G ZIP
45-
cpack --preset "$config" -G TGZ
46-
4746
triggering_ref=${{ github.ref_name }}
4847
version=${triggering_ref#v}
4948
base=$(pwd)/slang-${version}-linux-x86_64-glibc-2.17

0 commit comments

Comments
 (0)