diff --git a/ci/package_wasm.sh b/ci/package_wasm.sh index a98957e6..a0d9e51a 100755 --- a/ci/package_wasm.sh +++ b/ci/package_wasm.sh @@ -36,7 +36,7 @@ if [ -d "$TEMP_DIR" ]; then echo "creating $TEMP_DIR/$TARBALL" echo "" # create the tarball - tar -czf "$TARBALL" "*.wasm" --remove-files + tar -czf "$TARBALL" *.wasm --remove-files # Move back popd > /dev/null fi