From d511e792bc24e6a6bc64096d0425eb62f31ab810 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 27 Jun 2020 00:39:02 +0800 Subject: fix ci again --- scripts/makepkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/makepkg b/scripts/makepkg index 9ea6ea8e9..30cb91f8d 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -55,9 +55,9 @@ fpm -s dir -t $target -n xmake -v $version -m "" --description xmake=/usr/local/share/ \ core/src/demo/demo.b=/usr/local/bin/xmake if [ "$target" == "osxpkg" ]; then - mv xmake-$version.pkg $artifactsdir/xmake.pkg + mv "xmake-$version.pkg" "$artifactsdir/xmake.pkg" elif [ "$target" == "deb" ]; then - mv xmake_$version_amd64.deb $artifactsdir/xmake.deb + mv "xmake_${version}_amd64.deb" "$artifactsdir/xmake.deb" fi -- cgit v1.3.1