From 1ab95aae8d77188d833e161f3ff14f017baf041d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 6 Dec 2024 17:42:01 -0500 Subject: [PATCH] github: Set release_name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef68e48..caf11e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,3 +82,4 @@ jobs: file: upload/* overwrite: true file_glob: true + release_name: ${{ github.ref_name }}