diff --git a/.github/workflows/ant-app.yml b/.github/workflows/ant-app.yml index afa6d672..68455048 100644 --- a/.github/workflows/ant-app.yml +++ b/.github/workflows/ant-app.yml @@ -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: | @@ -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: | diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 84852d38..886d29d0 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -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: | @@ -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: |