fix: wrong copy path.

This commit is contained in:
debuggerx
2021-08-04 12:16:33 +08:00
parent 440af1b462
commit 16bffb1397

View File

@@ -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/