From 9e9074bb5a2bb6316ac6017d0783f28d3490172b Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Wed, 22 May 2024 20:38:52 +0800 Subject: [PATCH] build: update github action --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9494e79..0f6a674 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -54,6 +54,7 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: ./artifacts/${{ env.artifact }}_*.zip tag: ${{ github.ref }} + release_name: '${{ github.ref_name }}: Jellyfin v10.9' file_glob: true overwrite: true - name: Publish manifest