Fix upload url to include the correct arch
This commit is contained in:
parent
4a802968f1
commit
c0686c328c
|
@ -10,4 +10,4 @@ fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
|
|||
packaging/deb-simple.service=/lib/systemd/system/deb-simple.service \
|
||||
sample_conf.ini=/etc/deb-simple.conf
|
||||
|
||||
curl -X POST "$UPLOAD_URL" -F "file=@build/$ARCH/deb-simple_$VERSION.deb"
|
||||
curl -X POST "$UPLOAD_URL&arch=$ARCH" -F "file=@build/$ARCH/deb-simple_$VERSION.deb"
|
Loading…
Reference in New Issue