From cfcd19a33e2a30276ca5d7b6fa56179e71dd10de Mon Sep 17 00:00:00 2001 From: timmoth Date: Thu, 10 Oct 2024 20:27:29 +0100 Subject: [PATCH] Released v1.2.0 (bench 3200702) --- .github/workflows/release-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index 64ae51f..c1feb18 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ./src/Sapling + working-directory: Sapling/src steps: - name: Checkout code uses: actions/checkout@v2