File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194
194
if : ${{ (inputs.use_environ == 'snapshots') }}
195
195
run : |
196
196
cd build/dist
197
- mv hdfview- ${{ inputs.snap_name }}-win64.zip ${{ steps.set-file-base.outputs.FILE_BASE }}-win64.zip
197
+ mv ${{ inputs.snap_name }}-win64.zip ${{ steps.set-file-base.outputs.FILE_BASE }}-win64.zip
198
198
shell : bash
199
199
200
200
- name : List files for the space (Windows)
@@ -357,7 +357,7 @@ jobs:
357
357
if : ${{ (inputs.use_environ == 'snapshots') }}
358
358
run : |
359
359
cd build/dist
360
- mv hdfview- ${{ inputs.snap_name }}-Linux-x86_64.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz
360
+ mv ${{ inputs.snap_name }}-Linux-x86_64.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Linux-x86_64.tar.gz
361
361
shell : bash
362
362
363
363
- name : List files in the space (Linux)
@@ -519,7 +519,7 @@ jobs:
519
519
if : ${{ (inputs.use_environ == 'snapshots') }}
520
520
run : |
521
521
cd build/dist
522
- mv hdfview- ${{ inputs.snap_name }}-Darwin.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Darwin.tar.gz
522
+ mv ${{ inputs.snap_name }}-Darwin.tar.gz ${{ steps.set-file-base.outputs.FILE_BASE }}-Darwin.tar.gz
523
523
shell : bash
524
524
525
525
- name : List files in the space (mac)
You can’t perform that action at this time.
0 commit comments