From a99c7d2fd04268304583460f343c8e474a0a667e Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 24 Jul 2023 23:34:13 +0200 Subject: [PATCH] fix: ci --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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