Skip to content

Commit 9fa6188

Browse files
authored
typo missing tar.
1 parent f90a96b commit 9fa6188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-wasm-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ then
4848
${SDKDIR}/prebuilt/* \
4949
> /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.tar
5050
lz4 -c --favor-decSpeed --best /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.tar \
51-
> /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.lz4
51+
> /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.tar.lz4
5252
# bzip2 will remove original
5353
bzip2 -9 /tmp/sdk/python-wasm-sdk-${CIVER:-ubuntu-latest}.tar
5454
else

0 commit comments

Comments
 (0)