Update .github/workflows/release.yml

This commit is contained in:
csmith1865 2025-12-05 03:36:57 +00:00
parent 58d589cb18
commit afe0198d26

View File

@ -45,6 +45,6 @@ jobs:
uses: https://github.com/akkuman/gitea-release-action@v1 uses: https://github.com/akkuman/gitea-release-action@v1
with: with:
files: release.zip files: release.zip
name: v${{ steps.version.outputs.VERSION }} name: ${{ steps.version.outputs.VERSION }}
env: env:
token: ${{ secrets.TOKEN }} token: ${{ secrets.TOKEN }}