From 8413f00229b43c608344a34a0957133438c7a43d Mon Sep 17 00:00:00 2001 From: gferraro Date: Wed, 2 Oct 2024 18:03:42 +0200 Subject: [PATCH] add directory --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6db3a6b..4c2eb8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,9 @@ jobs: name: Build distribution 📦 runs-on: ubuntu-latest # if: startsWith(github.ref, 'refs/tags/v') - + defaults: + run: + working-directory: ./python-bindings steps: - name: Check out repository code uses: actions/checkout@v4 @@ -29,8 +31,6 @@ jobs: rustc --version cargo --version - - run: cd python-bindings - - name: Build release run: | cargo build --release