Fix build output path
This commit is contained in:
parent
a8f6044a06
commit
e817c1b0c4
|
@ -1,4 +1,4 @@
|
||||||
fpm -s dir -t deb -p build/amd64/deb-simple_$VERSION.deb \
|
fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
|
||||||
-n astra -v $VERSION \
|
-n astra -v $VERSION \
|
||||||
--config-files /etc/deb-simple.conf \
|
--config-files /etc/deb-simple.conf \
|
||||||
--deb-priority optional --force \
|
--deb-priority optional --force \
|
||||||
|
|
Loading…
Reference in New Issue