From 8af7374b2967c3fb74934637bbd02af5b6d3dff9 Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 16:50:50 +0000 Subject: [PATCH] fix: release --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dffd4e8..dc5d789 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,5 +37,4 @@ jobs: - name: Publish GitHub release uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 with: - filename: "cockpit-sensors.tar.xz" - filename: "cockpit-sensors.deb" + filename: ["cockpit-sensors.tar.xz", "cockpit-sensors.deb"]