From 9319cc4ec7b0ebe8156f61513340110681f19013 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 3 Jul 2024 11:42:10 -0400 Subject: [PATCH] ci fixes --- .github/workflows/ex-workflow.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ex-workflow.yml b/.github/workflows/ex-workflow.yml index 13263a1a..653d738b 100644 --- a/.github/workflows/ex-workflow.yml +++ b/.github/workflows/ex-workflow.yml @@ -88,7 +88,8 @@ jobs: meson test --verbose --no-rebuild -C builddir - name: Install MODFLOW 6 - run: cp bin/* ~/.local/bin/modflow/ + working-directory: modflow6 + run: cp bin/mf6 ~/.local/bin/modflow/ - name: Create example models working-directory: modflow6-examples/autotest @@ -109,7 +110,7 @@ jobs: path: modflow6-examples/${{ env.DISTNAME }}.zip docs: - name: Test examples and build docs + name: Run examples, make docs runs-on: ubuntu-latest needs: lint strategy: @@ -177,7 +178,7 @@ jobs: - name: Install MODFLOW 6 working-directory: modfow6 - run: cp bin/* ~/.local/bin/modflow/ + run: cp bin/mf6 ~/.local/bin/modflow/ - name: Run examples, make plots working-directory: modflow6-examples/autotest