mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build(github): fix release action
This commit is contained in:
parent
1268961704
commit
d156a2706f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-assets.yml
vendored
2
.github/workflows/release-assets.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue