From cdf118d061648db234dbded8c4d1ca9a27f9638f Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Nov 2023 00:02:42 +0800 Subject: fix ci --- scripts/makeppa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makeppa') diff --git a/scripts/makeppa b/scripts/makeppa index 53b559e10..2cf5fcc24 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -32,7 +32,7 @@ basename=xmake-$version+$patch$serie tarball=$workdir/$basename.tar.gz if [ ! -f $tarball ]; then cd core - xmake pack --autobuild=n --formats=targz --basename=xmake -o ../artifacts xmakesrc || exit -1 + xmake pack --autobuild=n -y --formats=srctargz --basename=xmake -o ../artifacts xmakesrc || exit -1 cd .. cp ./artifacts/xmake.tar.gz $tarball fi -- cgit v1.3.1