diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 077f940..e9798df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: test run: | cd file-tree-merge/tests/scripts - sh tests.sh + ./tests.sh - name: upload binary uses: actions/upload-artifact@v4