fix: correct working-directory in CI workflow
This commit is contained in:
@@ -79,5 +79,6 @@ jobs:
|
||||
python -m pip install build
|
||||
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
working-directory: ./repohealth-cli
|
||||
run: |
|
||||
cd repohealth-cli
|
||||
python -m build
|
||||
Reference in New Issue
Block a user