diff --git a/.woodpecker.yml b/.woodpecker.yml index 263d914..f9b2bba 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -27,7 +27,7 @@ pipeline: - mv dist/*whl "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}" - cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}" - sha256sum *.whl >> SHA256SUMS - - cp *.whl .. + - cp *.whl ../prometheus-tlsrpt-exporter.whl build_debian: image: python:3.11-bookworm @@ -66,7 +66,7 @@ pipeline: - cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}" - sudo -u nobody lintian "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" || true - sha256sum "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" >> SHA256SUMS - - cp "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" .. + - cp "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" ../prometheus-tlsrpt-exporter.deb upload: image: woodpeckerci/plugin-s3