build(github): fix release action

This commit is contained in:
EnixCoda 2025-06-19 21:23:40 +08:00
parent 1268961704
commit d156a2706f

View file

@ -50,5 +50,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./dist/Gitako.zip
asset_name: Gitako.zip
tag: ${{ steps.create_release.outputs.tag_name }}
tag: ${{ needs.version.outputs.VERSION }}
overwrite: true