fix: wrong copy path.
This commit is contained in:
@@ -31,6 +31,5 @@ make deb-pkg -j"$CPU_CORES"
|
|||||||
|
|
||||||
# move deb packages to artifact dir
|
# move deb packages to artifact dir
|
||||||
cd ..
|
cd ..
|
||||||
mkdir "artifact"
|
rm ./*dbg*.deb
|
||||||
# shellcheck disable=SC2010
|
mv ./*.deb artifact/
|
||||||
mv "$(ls -- *.deb | grep -v dbg)" artifact/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user