From 4c1bc0a737298cafb5cd76ad57d4a099f35e46b6 Mon Sep 17 00:00:00 2001 From: Eauldane Date: Fri, 22 Aug 2025 12:33:03 +0100 Subject: [PATCH] More release fixes. Can you tell it's been a while since I used GitHub? --- .github/workflows/release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7796c6e..fabf5c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,8 @@ jobs: - name: Upload Release uses: svenstaro/upload-release-action@v2 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.RELEASE_KEY }} file: ./*.zip - file_glob: true \ No newline at end of file + file_glob: true + tag: ${{ github.ref }} + overwrite: true \ No newline at end of file