diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index 5c42d4d..2460314 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -16,8 +16,7 @@ jobs: apt update; apt install -y python3-pip pip3 install --break-system-packages -e .[test] python3 setup.py egg_info bdist_wheel - - name: Upload Python wheel - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v1 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v1 build_debian: runs-on: docker @@ -27,14 +26,12 @@ jobs: run: | mkdir -p package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter cp -r templates/ package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter/templates/ - - name: Build Debian package - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 with: python_module: tlsrpt_exporter package_name: prometheus-tlsrpt-exporter package_root: package/debian/prometheus-tlsrpt-exporter package_output_path: package/debian - - name: Upload Debian package - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 with: deb: "package/debian/*.deb"