From ff7c5262019111cc8d1707ac907ac6228d344255 Mon Sep 17 00:00:00 2001 From: Allen Byrne <50328838+byrnHDF@users.noreply.github.com> Date: Mon, 20 May 2024 14:52:52 -0500 Subject: [PATCH] Master syn (#197) * Correct syntax * Use double slash --- .github/workflows/ant-app.yml | 4 ++-- .github/workflows/ant.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: |