Skip to content

Commit

Permalink
Master syn (#197)
Browse files Browse the repository at this point in the history
* Correct syntax

* Use double slash
  • Loading branch information
byrnHDF authored May 20, 2024
1 parent d51cd6b commit ff7c526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ant-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
repo: 'HDFGroup/hdf4'
version: 'tags/snapshot'
regex: true
file: '\$\{\{ inputs.use_hdf \}\}-osx.*\\.tar.gz'
file: '\\$\\{\\{ inputs.use_hdf \\}\\}-osx.*\\.tar.gz'

- name: List files for the space (mac)
run: |
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
repo: 'HDFGroup/hdf5'
version: 'tags/snapshot'
regex: true
file: '\$\{\{ inputs.use_hdf5 \}\}-osx.*\\.tar.gz'
file: '\\$\\{\\{ inputs.use_hdf5 \\}\\}-osx.*\\.tar.gz'

- name: List files for the space (mac)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ jobs:
repo: 'HDFGroup/hdf4'
version: 'tags/snapshot'
regex: true
file: '\$\{\{ inputs.use_hdf \}\}-osx.*\\.tar.gz'
file: '\\$\\{\\{ inputs.use_hdf \\}\\}-osx.*\\.tar.gz'

- name: List files for the space (mac)
run: |
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
repo: 'HDFGroup/hdf5'
version: 'tags/snapshot'
regex: true
file: '\$\{\{ inputs.use_hdf5 \}\}-osx.*\\.tar.gz'
file: '\\$\\{\\{ inputs.use_hdf5 \\}\\}-osx.*\\.tar.gz'

- name: List files for the space (mac)
run: |
Expand Down

0 comments on commit ff7c526

Please sign in to comment.