From 0470867bd34d3444a4f4cd2e531763dbf8be0673 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Thu, 11 May 2023 12:32:35 -0400 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f33c66..30f7d56 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,4 @@ -# Create a GitHub upstream release. Replace "TARNAME" with your project tarball -# name and enable this by dropping the ".disabled" suffix from the file name. +# Create a GitHub upstream release # See README.md. name: release on: @@ -31,4 +30,4 @@ jobs: - name: Publish GitHub release uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 with: - filename: "TARNAME-${{ github.ref_name }}.tar.xz" + filename: "cockpit-session-recording-${{ github.ref_name }}.tar.xz"