Skip to content

Commit

Permalink
Merge pull request #615 from NOAA-EMC/jba_cachetgz
Browse files Browse the repository at this point in the history
update to latest version of tarfile in workflow .yml files
  • Loading branch information
jbathegit authored Aug 22, 2024
2 parents e6b2b30 + c96ddbb commit 8407b6b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
if: steps.cache-data.outputs.cache-hit != 'true'
run: |
mkdir ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.1.0.tgz ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.2.0.tgz ~/data
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
if: steps.cache-data.outputs.cache-hit != 'true'
run: |
mkdir ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.1.0.tgz ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.2.0.tgz ~/data
2 changes: 1 addition & 1 deletion .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
if: steps.cache-data.outputs.cache-hit != 'true'
run: |
mkdir ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.1.0.tgz ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.2.0.tgz ~/data
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: steps.cache-data.outputs.cache-hit != 'true'
run: |
mkdir ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.1.0.tgz ~/data
cp $GITHUB_WORKSPACE/bufr/build/test/bufr-12.2.0.tgz ~/data
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8407b6b

Please sign in to comment.