From cf046dea98627a5dfd80217325ef08bc7864ad02 Mon Sep 17 00:00:00 2001 From: Cristopfer Luis Viana da Silva Date: Mon, 5 Feb 2024 14:41:50 +0000 Subject: [PATCH] fix: release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b64ec6..bd290bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,4 +38,4 @@ jobs: - name: Publish GitHub release uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 with: - filename: "TARNAME-${{ github.ref_name }}.tar.xz" + filename: "cockpit-sensors-${{ github.ref_name }}.tar.xz"