From 2f3e0d375fcc2c6c4d2bbc55dc2676ad5a8831b6 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 09:58:21 +0000 Subject: [PATCH] Enhance wheel2deb command to include verbose output during DEB conversion --- .github/workflows/build-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deb.yml b/.github/workflows/build-deb.yml index 40014a0..02a38ca 100644 --- a/.github/workflows/build-deb.yml +++ b/.github/workflows/build-deb.yml @@ -54,7 +54,7 @@ jobs: - name: 🛠 Convert Wheel to DEB run: | mkdir -p dist/debs - wheel2deb default -x dist -o dist/debs + wheel2deb default -v -x dist -o dist/debs - name: 📤 Upload dist/ artifacts uses: actions/upload-artifact@v4