From 8f331ecf63bd2f2f78492b61c6a6c382dfbfedab Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 15:12:45 +0000 Subject: [PATCH] fix: remove deb from action --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) 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"