Skip to content

Commit

Permalink
Fix all snapshot name refs (#4251)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Mar 26, 2024
1 parent 6987b5e commit 41f4b76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abi-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remove-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41f4b76

Please sign in to comment.