Skip to content

Commit

Permalink
Correct check name
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Mar 26, 2024
1 parent 7e3d535 commit bce1544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
then
FILE_NAME_BASE=$(echo "hdf5-${{ needs.check_commits.outputs.branch_ref }}-${{ needs.check_commits.outputs.branch_sha }}")
else
if [[ '${{ inputs.use_tag }}' == 'snapshot' ]]
if [[ '${{ inputs.use_tag }}' == 'snapshot-1.14' ]]
then
FILE_NAME_BASE=$(echo "snapshot")
else
Expand Down

0 comments on commit bce1544

Please sign in to comment.