fix(ci): remove redundant action
This commit is contained in:
parent
c1a6146157
commit
93ad72895a
1 changed files with 0 additions and 9 deletions
9
.github/workflows/ci_github_binary.yml
vendored
9
.github/workflows/ci_github_binary.yml
vendored
|
@ -39,12 +39,3 @@ jobs:
|
|||
tags: true
|
||||
draft: false
|
||||
overwrite: true
|
||||
- name: Upload binaries to release
|
||||
uses: svenstaro/upload-release-action@v2
|
||||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: "dist/*"
|
||||
file_glob: true
|
||||
tag: ${{ github.ref }}
|
||||
overwrite: true
|
||||
body: "This is my release text"
|
Loading…
Add table
Add a link
Reference in a new issue