From ce3a6ba9b65bb014424b0fa1b6f55400851964c9 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Thu, 16 May 2024 13:55:35 -0500 Subject: [PATCH] testing --- .github/workflows/tarball.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |