Fix wheel2deb command to use output option for DEB conversion

This commit is contained in:
2025-04-27 09:53:00 +00:00
parent a57062a3f8
commit fae19340cc

View File

@@ -54,7 +54,7 @@ jobs:
- name: 🛠 Convert Wheel to DEB
run: |
mkdir -p dist/debs
wheel2deb default -x dist/*.whl -d dist/debs
wheel2deb default -x dist/*.whl -o dist/debs
- name: 📤 Upload dist/ artifacts
uses: actions/upload-artifact@v4