Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Commit 23177ac

Browse files
Compress swift wasm tools bundle
1 parent c699818 commit 23177ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_carton.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
mkdir -p $wasm_tools_dir
5656
mv carton/.build/release/carton $wasm_tools_dir/carton
5757
mv wasm-${{ inputs.swift-version }}-RELEASE $wasm_tools_dir/
58-
tar cf $wasm_tools_dir.tar.gz $wasm_tools_dir
58+
tar czf $wasm_tools_dir.tar.gz $wasm_tools_dir
5959
6060
- name: Compute release version number
6161
id: compute-version

0 commit comments

Comments
 (0)