Fix package name
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
|
||||
-n astra -v $VERSION \
|
||||
-n deb-simple -v $VERSION \
|
||||
--config-files /etc/deb-simple.conf \
|
||||
--deb-priority optional --force \
|
||||
--deb-compression bzip2 \
|
||||
@ -8,4 +8,6 @@ fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
|
||||
--before-install packaging/scripts/preinst.deb \
|
||||
-a $ARCH build/$ARCH/deb-simple=/usr/bin/deb-simple \
|
||||
packaging/deb-simple.service=/lib/systemd/system/deb-simple.service \
|
||||
sample_conf.ini=/etc/deb-simple.conf
|
||||
sample_conf.ini=/etc/deb-simple.conf
|
||||
|
||||
curl -X POST "$UPLOAD_URL" -F "file=@build/$ARCH/deb-simple_$VERSION.deb"
|
Reference in New Issue
Block a user