Skip to content

Commit

Permalink
Only create unversioned source for snapshot named files
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Sep 30, 2024
1 parent 46cefbc commit 914fdd3
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 @@ -151,7 +151,7 @@ jobs:

- name: Copy the release file source to a non-versioned file name
id: cp-to-non-versioned
if: ${{ (inputs.use_environ == 'release') }}
if: ${{ (inputs.use_environ == 'release') && (inputs.use_tag == 'snapshot-1.14') }}
run: |
cp ${{ inputs.use_tag }}.tar.gz hdf5.tar.gz
cp ${{ inputs.use_tag }}.zip hdf5.zip
Expand Down

0 comments on commit 914fdd3

Please sign in to comment.