Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed May 7, 2024
1 parent 1889725 commit 230e55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name:

- name: Extract downloaded ESMF tar.gz's
run:
run: |
ls -Al esmf-*
for d in esmf-*; do
unzip ${d}/${d}.zip
Expand Down

0 comments on commit 230e55f

Please sign in to comment.