Skip to content

Commit

Permalink
Correct mac get hdf5 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 3, 2024
1 parent cb48ccb commit b657e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ant-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'releases/tag/hdf5_1.14.4.3'
version: 'tags/${{ inputs.use_hdf5 }}'
file: '${{ inputs.name_hdf5 }}-osx12.tar.gz'

- name: Get hdf5 snapshot
Expand All @@ -539,7 +539,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'tags/snapshot'
version: 'tags/snapshot-1.14'
file: '${{ inputs.name_hdf5 }}-osx12.tar.gz'

- name: List files for the space (mac)
Expand Down Expand Up @@ -616,7 +616,7 @@ jobs:

- name: Rename release binary-app base name
id: ren-release-basename
if: ${{ (inputs.use_environ == 'snapshots') }}
if: ${{ (inputs.use_environ == 'release') }}
run: |
cd build/dist
mv ${{ inputs.snap_name }}-Darwin.tar.gz ${{ inputs.snap_name }}App-Darwin.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdf5'
version: 'releases/tag/hdf5_1.14.4.3'
version: 'tags/${{ inputs.use_hdf5 }}'
file: '${{ inputs.name_hdf5 }}-osx12.tar.gz'

- name: Get hdf5 snapshot
Expand Down

0 comments on commit b657e0c

Please sign in to comment.