fix: ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-07-24 23:31:04 +02:00
parent 4432b2c19d
commit 191ab8ab9c
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -24,7 +24,7 @@ pipeline:
commands:
- python3 setup.py egg_info bdist_wheel
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- mv dist/*whl publish
- mv dist/*whl "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- sha256sum *.whl >> SHA256SUMS
- cp *.whl ..