More release fixes. Can you tell it's been a while since I used GitHub?

This commit is contained in:
Eauldane
2025-08-22 12:33:03 +01:00
parent eefbd99a8f
commit 4c1bc0a737

View File

@@ -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
file_glob: true
tag: ${{ github.ref }}
overwrite: true