diff --git a/.gitea/workflows/repohealth.yml b/.gitea/workflows/repohealth.yml index d666198..14d597a 100644 --- a/.gitea/workflows/repohealth.yml +++ b/.gitea/workflows/repohealth.yml @@ -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 \ No newline at end of file