File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -382,15 +382,15 @@ jobs:
382
382
repo : ' HDFGroup/hdf4'
383
383
version : ' tags/snapshot'
384
384
regex : true
385
- file : ' ${ { inputs.use_hdf } }-osx.*\\.tar.gz'
385
+ file : ' \$\{\ { inputs.use_hdf \}\ }-osx.*\\.tar.gz'
386
386
387
387
- name : List files for the space (mac)
388
388
run : |
389
389
ls -l ${{ github.workspace }}
390
390
ls ${{ runner.workspace }}
391
391
392
392
- name : Uncompress gh binary (mac)
393
- run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf }}-osx.*\\ .tar.gz
393
+ run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf }}-osx* .tar.gz
394
394
395
395
- name : Uncompress hdf4 binary (mac)
396
396
run : |
@@ -410,15 +410,15 @@ jobs:
410
410
repo : ' HDFGroup/hdf5'
411
411
version : ' tags/snapshot'
412
412
regex : true
413
- file : ' ${ { inputs.use_hdf5 } }-osx.*\\.tar.gz'
413
+ file : ' \$\{\ { inputs.use_hdf5 \}\ }-osx.*\\.tar.gz'
414
414
415
415
- name : List files for the space (mac)
416
416
run : |
417
417
ls -l ${{ github.workspace }}
418
418
ls ${{ runner.workspace }}
419
419
420
420
- name : Uncompress gh binary (mac)
421
- run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf5 }}-osx.*\\ .tar.gz
421
+ run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf5 }}-osx* .tar.gz
422
422
423
423
- name : Uncompress hdf5 binary (mac)
424
424
run : |
Original file line number Diff line number Diff line change @@ -382,15 +382,15 @@ jobs:
382
382
repo : ' HDFGroup/hdf4'
383
383
version : ' tags/snapshot'
384
384
regex : true
385
- file : ' ${ { inputs.use_hdf } }-osx.*\\.tar.gz'
385
+ file : ' \$\{\ { inputs.use_hdf \}\ }-osx.*\\.tar.gz'
386
386
387
387
- name : List files for the space (mac)
388
388
run : |
389
389
ls -l ${{ github.workspace }}
390
390
ls ${{ runner.workspace }}
391
391
392
392
- name : Uncompress gh binary (mac)
393
- run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf }}-osx.*\\ .tar.gz
393
+ run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf }}-osx* .tar.gz
394
394
395
395
- name : Uncompress hdf4 binary (mac)
396
396
run : |
@@ -410,15 +410,15 @@ jobs:
410
410
repo : ' HDFGroup/hdf5'
411
411
version : ' tags/snapshot'
412
412
regex : true
413
- file : ' ${ { inputs.use_hdf5 } }-osx.*\\.tar.gz'
413
+ file : ' \$\{\ { inputs.use_hdf5 \}\ }-osx.*\\.tar.gz'
414
414
415
415
- name : List files for the space (mac)
416
416
run : |
417
417
ls -l ${{ github.workspace }}
418
418
ls ${{ runner.workspace }}
419
419
420
420
- name : Uncompress gh binary (mac)
421
- run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf5 }}-osx.*\\ .tar.gz
421
+ run : tar -zxvf ${{ github.workspace }}/${{ inputs.use_hdf5 }}-osx* .tar.gz
422
422
423
423
- name : Uncompress hdf5 binary (mac)
424
424
run : |
You can’t perform that action at this time.
0 commit comments