diff options
| author | ruki <[email protected]> | 2020-06-27 00:39:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-26 21:54:16 +0800 |
| commit | d511e792bc24e6a6bc64096d0425eb62f31ab810 (patch) | |
| tree | fa8be85feb690e5a331077bcce80f2f19613c17e | |
| parent | b7e444d4689b554d08de479015830666cab7062e (diff) | |
fix ci again
| -rwxr-xr-x | scripts/makepkg | 4 |
1 files 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 "<[email protected]>" --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 |
