From 1d9d69221af9d9bfebc2a9c8ec6b2b49f6c84454 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:10:25 +0530 Subject: [PATCH] ci path fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ed0b94..3cc7678 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: run: chmod +x ./ballisticakit_server - name: Set execute permissions for binary - run: chmod +x ./dist/ballisticakit_server + run: chmod +x dist/ballisticakit_server - name: Run server binary and capture output run: |