Skip to content

Commit

Permalink
Use working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Minaev committed Aug 23, 2023
1 parent e1cae89 commit 94bb618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/attach_to_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94bb618

Please sign in to comment.