This is an automated email from the ASF dual-hosted git repository.
mwalenia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8b28c66 Fix uploading wheels to GCS (on github actions)
new 8b84720 Merge pull request #12316 from
damgad/damgad_fix_upload_wheels_to_gcs
8b28c66 is described below
commit 8b28c6632d3b0175f53b005cd1ad95e69ba9ee00
Author: Damian Gadomski <[email protected]>
AuthorDate: Mon Jul 20 14:29:21 2020 +0200
Fix uploading wheels to GCS (on github actions)
---
.github/workflows/build_wheels.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_wheels.yml
b/.github/workflows/build_wheels.yml
index 8202e02..73476cb 100644
--- a/.github/workflows/build_wheels.yml
+++ b/.github/workflows/build_wheels.yml
@@ -167,7 +167,7 @@ jobs:
- name: Download wheels from artifacts
uses: actions/download-artifact@v2
with:
- name: wheelhouse-${{ matrix.os_python.os }}
+ name: wheelhouse-${{ matrix.os }}
path: wheelhouse/
- name: Authenticate on GCP
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master