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