disabled daemon upload prematurely
This commit is contained in:
parent
a8242bf7b2
commit
64477c3e5e
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ def main():
|
|||
# TODO: maybe this should be an error
|
||||
return
|
||||
|
||||
# daemon = get_daemon_artifact()
|
||||
# release = get_release(daemon_repo, current_tag)
|
||||
# upload_asset(release, daemon, gh_token)
|
||||
daemon = get_daemon_artifact()
|
||||
release = get_release(daemon_repo, current_tag)
|
||||
upload_asset(release, daemon, gh_token)
|
||||
|
||||
app = get_app_artifact()
|
||||
release = get_release(app_repo, current_tag)
|
||||
|
|
Loading…
Reference in a new issue