diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4351a04..03b0a73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,11 +35,3 @@ jobs: uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 with: filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz" - - - name: Build Deb - run: make deb - - - name: Publish GitHub Deb release - uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 - with: - filename: "cockpit-sensors.deb"