Skip to content

Commit

Permalink
remove prefix from binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Apr 4, 2024
1 parent 70db280 commit bedaff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit bedaff4

Please sign in to comment.