cp left the original zip alongside the renamed copy, so the glob matched both — doubling artifact size. mv removes the original.
cp left the original zip alongside the renamed copy, so the glob matched both — doubling artifact size. mv removes the original.