Skip to content

Commit

Permalink
ditch qoutes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomVasile committed Aug 17, 2022
1 parent c3d065b commit a190dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/package_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a190dbb

Please sign in to comment.