Release 3.5.1 (#218)
* chore: bless 3.5.1 * fix(debian): there is an unexpected empty line in template * fix: make sure we can install the package We notice that the package was broken only when installing. Apparently, the debian script do not check for errors during the build. * fix(debian): nice that the build breaks now let's see if it fixes
This commit is contained in:
@@ -34,6 +34,7 @@ jobs:
|
||||
dpkg-buildpackage -us -uc -b
|
||||
find ../ -name "*.deb" -type f
|
||||
DEB="../ooniprobe-cli_${VER}_amd64.deb"
|
||||
echo no | sudo dpkg -i $DEB
|
||||
BT_FNAME="ooniprobe-cli_${VER}_amd64.deb"
|
||||
curl --upload-file "${DEB}" -u "${BT_APIUSER}:${BT_APIKEY}" \
|
||||
"https://api.bintray.com/content/${BT_ORG}/${BT_REPO}/${BT_PKGNAME}/${VER}/${BT_FNAME};deb_distribution=${DEBDIST};deb_component=main;deb_architecture=amd64;publish=1"
|
||||
|
||||
Reference in New Issue
Block a user