From 2a32f288b46568f347291a1f47cb38d87b3d3564 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 26 Mar 2024 12:09:36 -0500 Subject: [PATCH] Fix all snapshot name refs --- .github/workflows/abi-report.yml | 2 +- .github/workflows/daily-build.yml | 2 +- .github/workflows/remove-files.yml | 2 +- .github/workflows/tarball.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/abi-report.yml b/.github/workflows/abi-report.yml index 01a72106711..e14d83102e4 100644 --- a/.github/workflows/abi-report.yml +++ b/.github/workflows/abi-report.yml @@ -7,7 +7,7 @@ on: description: 'Release version tag' type: string required: false - default: snapshot + default: snapshot-1.14 use_environ: description: 'Environment to locate files' type: string diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index fd1a230de2d..e2b23e2b500 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -54,7 +54,7 @@ jobs: with: file_ref: '1_14_3' file_base: ${{ needs.call-workflow-tarball.outputs.file_base }} - use_tag: snapshot + use_tag: snapshot-1.14 use_environ: snapshots if: ${{ needs.call-workflow-tarball.outputs.has_changes == 'true' }} diff --git a/.github/workflows/remove-files.yml b/.github/workflows/remove-files.yml index cc4e44ee38d..f63da994703 100644 --- a/.github/workflows/remove-files.yml +++ b/.github/workflows/remove-files.yml @@ -8,7 +8,7 @@ on: description: 'Release version tag' type: string required: false - default: snapshot + default: snapshot-1.14 use_environ: description: 'Environment to locate files' type: string diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 6036b73389d..1f298dff61b 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -111,7 +111,7 @@ jobs: else if [[ '${{ inputs.use_tag }}' == 'snapshot-1.14' ]] then - FILE_NAME_BASE=$(echo "snapshot") + FILE_NAME_BASE=$(echo "snapshot-1.14") else FILE_NAME_BASE=$(echo "hdf5-${{ steps.version.outputs.SOURCE_TAG }}") fi