Skip to content

Commit bf22552

Browse files
Use max lz4 compression
1 parent 886338c commit bf22552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_carton.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
mv swift-format/.build/release/swift-format $wasm_tools_dir/swift-format
8787
mv SwiftLint/.build/release/swiftlint $wasm_tools_dir/
8888
mv wasm-${{ matrix.swift-version }}-RELEASE $wasm_tools_dir/
89-
tar cf - $wasm_tools_dir | lz4 > $wasm_tools_dir.tar.lz4
89+
tar cf - $wasm_tools_dir | lz4 -12 > $wasm_tools_dir.tar.lz4
9090
9191
- name: Compute release version number
9292
id: compute-version

0 commit comments

Comments
 (0)