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: |