still flailing - try a different file
This commit is contained in:
parent
318160b328
commit
518d136d8e
1 changed files with 2 additions and 1 deletions
|
@ -42,8 +42,9 @@ def main(args=None):
|
|||
return
|
||||
|
||||
daemon = get_daemon_artifact()
|
||||
os.rename(daemon, 'daemon')
|
||||
release = get_release(daemon_repo, current_tag)
|
||||
upload_asset(release, daemon, gh_token)
|
||||
upload_asset(release, 'daemon', gh_token)
|
||||
|
||||
app = get_app_artifact()
|
||||
release = get_release(app_repo, current_tag)
|
||||
|
|
Loading…
Reference in a new issue