ci path fix

This commit is contained in:
Ayush Saini 2023-08-13 18:10:25 +05:30
parent 83a81c16fe
commit 1d9d69221a

View file

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