Skip to content

Commit

Permalink
await added
Browse files Browse the repository at this point in the history
  • Loading branch information
LukicMMikroe committed May 13, 2024
1 parent 545a5fa commit 37be46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ async def main(token, repo, tag_name):
output_directory = os.path.join(root_output_directory, entry.name)

print(f"Processing {source_directory} to {output_directory}")
package_asset(source_directory, output_directory, arch, entry.name, token, repo, tag_name)
await package_asset(source_directory, output_directory, arch, entry.name, token, repo, tag_name)
except Exception as e:
print(f"Failed to process directories in {root_source_directory}: {e}")

Expand Down

0 comments on commit 37be46f

Please sign in to comment.