From 993ffeb687098be1eaf6e0fe895c5b7af1714343 Mon Sep 17 00:00:00 2001 From: Gregory Shtrasberg Date: Fri, 1 Nov 2024 20:40:16 +0000 Subject: [PATCH] Returning to the original folder --- .github/workflows/scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scripts/build.sh b/.github/workflows/scripts/build.sh index 253077667dbed..01131807d2021 100644 --- a/.github/workflows/scripts/build.sh +++ b/.github/workflows/scripts/build.sh @@ -20,3 +20,4 @@ export MAX_JOBS=32 $python_executable setup.py bdist_wheel --dist-dir=dist cd gradlib $python_executable setup.py bdist_wheel --dist-dir=dist +cd .. \ No newline at end of file