diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index 25884492d81..9a57feb57c6 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -144,7 +144,7 @@ jobs: mv hdf5-${{ steps.version.outputs.SOURCE_TAG }}.zip ${{ inputs.use_tag }}.zip shell: bash - - name: Copy the release file source to the non-versioned file name + - name: Copy the release file source to a non-versioned file name id: cp-to-non-versioned if: ${{ (inputs.use_environ == 'release') }} run: |