[ 
https://issues.apache.org/jira/browse/BEAM-10398?focusedWorklogId=463247&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-463247
 ]

ASF GitHub Bot logged work on BEAM-10398:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Jul/20 11:56
            Start Date: 25/Jul/20 11:56
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 463247)
    Time Spent: 9h 40m  (was: 9.5h)

> Use GitHub Actions in release process (python)
> ----------------------------------------------
>
>                 Key: BEAM-10398
>                 URL: https://issues.apache.org/jira/browse/BEAM-10398
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Tobiasz Kedzierski
>            Assignee: Tobiasz Kedzierski
>            Priority: P2
>              Labels: python, release
>          Time Spent: 9h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to