TobKed commented on a change in pull request #12150:
URL: https://github.com/apache/beam/pull/12150#discussion_r460397798
##########
File path: release/src/main/scripts/download_github_actions_artifacts.py
##########
@@ -258,7 +258,7 @@ def download_artifacts(run_id, repo_url, artifacts_dir,
github_token):
artifacts = safe_get(data_artifacts, "artifacts", artifacts_url)
filtered_artifacts = [
a for a in artifacts if (
- a["name"].startswith("source_gztar_zip") or
+ a["name"].startswith("source_zip") or
Review comment:
I checked to be 100% sure. Wrapper zip file contain zipped source dist
and checkshum file as well. (preview on my local fork
[here](https://github.com/TobKed/beam/actions/runs/182206014))
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]