This is an automated email from the ASF dual-hosted git repository.

damccorm 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 58bea3f19e5 Fix building release candidate (#31084)
58bea3f19e5 is described below

commit 58bea3f19e5220c08a900a3005e80473561dabaf
Author: Danny McCormick <dannymccorm...@google.com>
AuthorDate: Tue Apr 23 15:05:15 2024 -0400

    Fix building release candidate (#31084)
    
    * Fix building release candidate
    
    * String change
---
 .github/workflows/build_release_candidate.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_release_candidate.yml 
b/.github/workflows/build_release_candidate.yml
index 71bddec922b..040745c1b24 100644
--- a/.github/workflows/build_release_candidate.yml
+++ b/.github/workflows/build_release_candidate.yml
@@ -216,11 +216,11 @@ jobs:
           cd "${RELEASE_DIR}"/python
           ls
 
-          echo "------Checking Hash Value for 
apache-beam-${RELEASE}.tar.gz-----"
-          sha512sum -c "apache-beam-${RELEASE}.tar.gz.sha512"
+          echo "------Checking Hash Value for 
apache_beam-${RELEASE}.tar.gz-----"
+          sha512sum -c "apache_beam-${RELEASE}.tar.gz.sha512"
 
-          echo "------Signing Source Release 
apache-beam-${RELEASE}.tar.gz------"
-          gpg --local-user "${{steps.import_gpg.outputs.name}}" --armor 
--detach-sig "apache-beam-${RELEASE}.tar.gz"
+          echo "------Signing Source Release 
apache_beam-${RELEASE}.tar.gz------"
+          gpg --local-user "${{steps.import_gpg.outputs.name}}" --armor 
--detach-sig "apache_beam-${RELEASE}.tar.gz"
 
           for artifact in *.whl; do
             echo "----------Checking Hash Value for ${artifact} 
wheel-----------"
@@ -377,7 +377,7 @@ jobs:
             ln -s ${{ github.event.inputs.RELEASE }} typedoc/current
 
             echo "............Copying generated yamldoc into 
beam-site.........."
-            mkdir -p yamldoc
+            mkdir -p yamldoc/${{ github.event.inputs.RELEASE }}
             cp -r ${BEAM_ROOT_DIR}/sdks/python/build/yaml-ref.html yamldoc/${{ 
github.event.inputs.RELEASE }}/index.html
             # Update current symlink to point to the latest release
             unlink yamldoc/current | true

Reply via email to