AUTH-2993 added workers updater logic

This commit is contained in:
Dalton
2020-08-12 11:16:14 -05:00
parent 2c9b7361b7
commit ba4c8d8849
8 changed files with 773 additions and 35 deletions

View File

@@ -97,7 +97,7 @@ def main():
msg = release.body
for filename in glob.glob(".artifacts/*.*"):
for filename in glob.glob("artifacts/*.*"):
pkg_hash = get_sha256(filename)
# add the sha256 of the new artifact to the release message body
msg = update_or_add_message(msg, filename, pkg_hash)