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
e42422fa83
commit
1268961704
1 changed files with 5 additions and 7 deletions
12
.github/workflows/release-assets.yml
vendored
12
.github/workflows/release-assets.yml
vendored
|
|
@ -45,12 +45,10 @@ jobs:
|
|||
make compress
|
||||
|
||||
- name: Upload Release Asset
|
||||
id: upload-release-asset
|
||||
uses: softprops/action-gh-release@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./dist/Gitako.zip
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: ./dist/Gitako.zip
|
||||
asset_name: Gitako.zip
|
||||
asset_content_type: application/zip
|
||||
tag: ${{ steps.create_release.outputs.tag_name }}
|
||||
overwrite: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue