From a190dbbfc2120ef04a6e0428eadc5885e8392249 Mon Sep 17 00:00:00 2001 From: TomVasile <43349666+TomVasile@users.noreply.github.com> Date: Wed, 17 Aug 2022 22:29:18 +0000 Subject: [PATCH] ditch qoutes --- ci/package_wasm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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