From 19514b7f5edb76ae4e187523ee5165418bf708be Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sat, 13 Jul 2024 07:53:41 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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