Skip to content

Commit 7b3de7f

Browse files
authored
Correct mac get hdf5 (#273)
1 parent 432d4c7 commit 7b3de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ant-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ jobs:
616616

617617
- name: Rename release binary-app base name
618618
id: ren-release-basename
619-
if: ${{ (inputs.use_environ == 'snapshots') }}
619+
if: ${{ (inputs.use_environ == 'release') }}
620620
run: |
621621
cd build/dist
622622
mv ${{ inputs.snap_name }}-Darwin.tar.gz ${{ inputs.snap_name }}App-Darwin.tar.gz

0 commit comments

Comments
 (0)