forked from LBRYCommunity/lbry-sdk
fix github release upload
This commit is contained in:
parent
ef39ba26a0
commit
2b514a9df7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ jobs:
|
|||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
file: lbry/dist/lbrynet-${OS}.zip
|
||||
file: dist/lbrynet-${OS}.zip
|
||||
skip_cleanup: true
|
||||
overwrite: true
|
||||
draft: true
|
||||
|
|
Loading…
Reference in a new issue