We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886338c commit bf22552Copy full SHA for bf22552
.github/workflows/release_carton.yml
@@ -86,7 +86,7 @@ jobs:
86
mv swift-format/.build/release/swift-format $wasm_tools_dir/swift-format
87
mv SwiftLint/.build/release/swiftlint $wasm_tools_dir/
88
mv wasm-${{ matrix.swift-version }}-RELEASE $wasm_tools_dir/
89
- tar cf - $wasm_tools_dir | lz4 > $wasm_tools_dir.tar.lz4
+ tar cf - $wasm_tools_dir | lz4 -12 > $wasm_tools_dir.tar.lz4
90
91
- name: Compute release version number
92
id: compute-version
0 commit comments