mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
Correct missing change of source path for S3 build (#4100)
This commit is contained in:
parent
0ea1d7280b
commit
cdef27d6ef
7
.github/workflows/cmake-ctest.yml
vendored
7
.github/workflows/cmake-ctest.yml
vendored
@ -333,6 +333,13 @@ jobs:
|
||||
run: |
|
||||
FILE_NAME_BASE=$(echo "${{ inputs.file_base }}")
|
||||
echo "FILE_BASE=$FILE_NAME_BASE" >> $GITHUB_OUTPUT
|
||||
if [[ '${{ inputs.use_environ }}' == 'snapshots' ]]
|
||||
then
|
||||
SOURCE_NAME_BASE=$(echo "hdfsrc")
|
||||
else
|
||||
SOURCE_NAME_BASE=$(echo "$FILE_NAME_BASE")
|
||||
fi
|
||||
echo "SOURCE_BASE=$SOURCE_NAME_BASE" >> $GITHUB_OUTPUT
|
||||
|
||||
# Get files created by release script
|
||||
- name: Get tgz-tarball (Linux S3)
|
||||
|
Loading…
Reference in New Issue
Block a user