From bedaff47795885a58b11a5eb0b832635974ee620 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 4 Apr 2024 09:42:07 -0500 Subject: [PATCH] remove prefix from binary name --- .github/workflows/ant.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index d02e29af..395c9d60 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -194,7 +194,7 @@ jobs: if: ${{ (inputs.use_environ == 'snapshots') }} run: | cd build/dist - mv hdfview-${{ inputs.snap_name }}-win64.zip ${{ steps.set-file-base.outputs.FILE_BASE }}-win64.zip + mv ${{ inputs.snap_name }}-win64.zip ${{ steps.set-file-base.outputs.FILE_BASE }}-win64.zip shell: bash - name: List files for the space (Windows) @@ -357,7 +357,7 @@ jobs: if: ${{ (inputs.use_environ == 'snapshots') }} run: | cd build/dist - mv hdfview-${{ inputs.snap_name }}-Linux-x86_64.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz + mv ${{ inputs.snap_name }}-Linux-x86_64.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz shell: bash - name: List files in the space (Linux) @@ -519,7 +519,7 @@ jobs: if: ${{ (inputs.use_environ == 'snapshots') }} run: | cd build/dist - mv hdfview-${{ inputs.snap_name }}-Darwin.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Darwin.tar.gz + mv ${{ inputs.snap_name }}-Darwin.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Darwin.tar.gz shell: bash - name: List files in the space (mac)