From c014f145d4bdce86a29ca72300b2db1246d6dec0 Mon Sep 17 00:00:00 2001 From: Ayush Saini <36878972+imayushsaini@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:12:31 +0530 Subject: [PATCH] aah wrong file name --- .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 3cc7678..3e441b8 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_headless - name: Run server binary and capture output run: |