summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-27 00:36:07 +0800
committerruki <[email protected]>2020-06-26 21:36:43 +0800
commitb7e444d4689b554d08de479015830666cab7062e (patch)
treeac0437330b7eca7cf5947efeece70797c75a148d
parent22a47788658cbeaa3009a13ae356ec3b7253dc72 (diff)
fix ci
-rwxr-xr-xscripts/makepkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg b/scripts/makepkg
index f9da83b0c..9ea6ea8e9 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -57,7 +57,7 @@ fpm -s dir -t $target -n xmake -v $version -m "<[email protected]>" --description
if [ "$target" == "osxpkg" ]; then
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