From 94bb61861511878f6d89abdfb034e297ac1bd2d7 Mon Sep 17 00:00:00 2001 From: Pavel Minaev Date: Wed, 23 Aug 2023 13:27:42 -0700 Subject: [PATCH] Use working-directory --- .github/workflows/attach_to_process.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/attach_to_process.yml b/.github/workflows/attach_to_process.yml index e4640738e..71acec4b7 100644 --- a/.github/workflows/attach_to_process.yml +++ b/.github/workflows/attach_to_process.yml @@ -20,7 +20,8 @@ jobs: - name: Compile binaries shell: cmd - run: ${{ env.PYDEVD_ATTACH_TO_PROCESS }}\compile_windows.bat + working-directory: ${{ env.PYDEVD_ATTACH_TO_PROCESS }} + run: compile_windows.bat - name: Upload binaries uses: actions/upload-artifact@v3