Skip to content

Commit

Permalink
Fix release pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubno committed Aug 11, 2023
1 parent eeaac6d commit 76f4468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-client-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./agent_client/python/
working-directory: ./client/python/
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-sdk-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: ./agent/python/
working-directory: ./sdk/python/
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 76f4468

Please sign in to comment.