Fix upload url to include the correct arch

This commit is contained in:
Tyler 2017-09-11 22:48:15 -04:00
parent 4a802968f1
commit c0686c328c
1 changed files with 1 additions and 1 deletions

View File

@ -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"