From 16bffb1397afc069695d43264bb08c8249b75fbb Mon Sep 17 00:00:00 2001 From: debuggerx Date: Wed, 4 Aug 2021 12:16:33 +0800 Subject: [PATCH] fix: wrong copy path. --- build_action.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build_action.sh b/build_action.sh index c32c77b..b564981 100644 --- a/build_action.sh +++ b/build_action.sh @@ -31,6 +31,5 @@ make deb-pkg -j"$CPU_CORES" # move deb packages to artifact dir cd .. -mkdir "artifact" -# shellcheck disable=SC2010 -mv "$(ls -- *.deb | grep -v dbg)" artifact/ +rm ./*dbg*.deb +mv ./*.deb artifact/