Fix path in chmod command

This commit is contained in:
g00dvin 2025-09-11 14:12:22 +03:00
parent ec0cfa2adf
commit 61aac16c65

View file

@ -28,8 +28,8 @@ jobs:
- name: Prepare Makefile
run: |
chmod +x generate-configs.sh
chmod +x deploy-to-gateway.sh
chmod +x script/generate-configs.sh
chmod +x script/deploy-to-gateway.sh
- name: Run workflow (clean → check → all)
run: |