fix: ci
All checks were successful
/ test (push) Successful in 54s
/ codestyle (push) Successful in 54s
/ build_wheel (push) Successful in 54s
/ build_debian (push) Successful in 1m15s

This commit is contained in:
s3lph 2023-12-18 00:16:41 +01:00
parent 8c40516a25
commit a2d3c33c6a
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -70,6 +70,6 @@ jobs:
mv "prometheus-tlsrpt-exporter.deb" "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb"
sudo -u nobody lintian "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb" || true
curl \
--user "${API_USERNAME}:${API_PASSWORD}"
--upload-file "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb"
--user "${API_USERNAME}:${API_PASSWORD}" \
--upload-file "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb" \
${API_REPOSITORY_DEB}