flailing, lets try reversing the uploads
This commit is contained in:
parent
498534a61e
commit
4688e92aab
1 changed files with 4 additions and 4 deletions
|
@ -40,14 +40,14 @@ def main(args=None):
|
||||||
# TODO: maybe this should be an error
|
# TODO: maybe this should be an error
|
||||||
return
|
return
|
||||||
|
|
||||||
app = get_app_artifact()
|
|
||||||
release = get_release(app_repo, current_tag)
|
|
||||||
upload_asset(release, app, gh_token)
|
|
||||||
|
|
||||||
daemon = get_daemon_artifact()
|
daemon = get_daemon_artifact()
|
||||||
release = get_release(daemon_repo, current_tag)
|
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)
|
||||||
|
upload_asset(release, app, gh_token)
|
||||||
|
|
||||||
|
|
||||||
def check_repo_has_tag(repo, target_tag):
|
def check_repo_has_tag(repo, target_tag):
|
||||||
tags = repo.get_tags().get_page(0)
|
tags = repo.get_tags().get_page(0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue