From e20326c64c54f70cb9b7220031ce4c08f6f38704 Mon Sep 17 00:00:00 2001 From: Torsten Sommer Date: Mon, 16 Dec 2024 14:38:41 +0100 Subject: [PATCH] Add missing cd commands --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 433c5328..a04f964b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,9 +30,13 @@ jobs: - run: | cd native python build_cvode.py - - run: python build_binaries.py + - run: | + cd native + python build_binaries.py - if: matrix.name == 'linux' || matrix.name == 'windows' - run: python build_remoting.py + run: | + cd native + python build_remoting.py - uses: actions/upload-artifact@v4 with: name: ${{ matrix.name }}