try star upload
This commit is contained in:
parent
be6f6a7aa8
commit
077c8cc898
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -44,8 +44,8 @@ jobs:
|
|||
- name: Upload Release Asset
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload v${{ github.run_number }} dist/
|
||||
run: gh release upload v${{ github.run_number }} dist/learn_sql_model*
|
||||
- name: Upload Release Asset
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: gh release upload latest dist/
|
||||
run: gh release upload latest dist/learn_sql_model*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue