From a57062a3f8d11eb5e41b8b17d3bb0cc33a744836 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 09:47:47 +0000 Subject: [PATCH] Fix wheel2deb command to specify default option for 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 e64419c..c6ad948 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 dist/*.whl -d dist/debs + wheel2deb default -x dist/*.whl -d dist/debs - name: 📤 Upload dist/ artifacts uses: actions/upload-artifact@v4