Skip to content

Commit

Permalink
fix cp step
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Feb 15, 2024
1 parent 960c30f commit d83b677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Integration testing
name: MODFLOW 6 integration testing
on:
push:
paths-ignore:
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:
ese
ext=""
fi
cp "modflow6/bin/downloaded/*mf6$ext" modflow6/bin
cp "modflow6/bin/downloaded/mf6$ext" modflow6/bin
cp "modflow6/bin/downloaded/libmf6$ext" modflow6/bin
cp "modflow6/bin/downloaded/zbud6$ext" modflow6/bin
cp "modflow6/bin/downloaded/mf5to6$ext" modflow6/bin
# set execute permissions
if [[ "$RUNNER_OS" != "Windows" ]]; then
Expand Down

0 comments on commit d83b677

Please sign in to comment.