add deb package build script
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit
This commit is contained in:
parent
9d212eae5e
commit
68d280a997
@ -13,7 +13,7 @@ echo "build ANTOS deb package for version $TAG, architecture $ARCH"
|
||||
|
||||
DIR="build/$TAG"
|
||||
FILE="AntOS_$ARCH.deb"
|
||||
NAME="AntOS_$TAG_$ARCH"
|
||||
NAME="AntOS_${TAG}_${ARCH}"
|
||||
|
||||
[ -d "$NAME" ] && rm -rf "$NAME"
|
||||
mkdir $NAME
|
||||
|
Loading…
Reference in New Issue
Block a user