Fix path in chmod command
This commit is contained in:
parent
ec0cfa2adf
commit
61aac16c65
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ jobs:
|
||||||
|
|
||||||
- name: Prepare Makefile
|
- name: Prepare Makefile
|
||||||
run: |
|
run: |
|
||||||
chmod +x generate-configs.sh
|
chmod +x script/generate-configs.sh
|
||||||
chmod +x deploy-to-gateway.sh
|
chmod +x script/deploy-to-gateway.sh
|
||||||
|
|
||||||
- name: Run workflow (clean → check → all)
|
- name: Run workflow (clean → check → all)
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue