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