We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0400570 commit 074ac15Copy full SHA for 074ac15
.github/workflows/cd-develop.yml
@@ -29,8 +29,11 @@ jobs:
29
30
- name: Grant execute permission to Gradle (Gradle 실행 권한 부여)
31
run: |
32
- chmod +x ./default/gradlew
33
- chmod +x ./chat/gradlew
+ cd default
+ chmod +x ./gradlew
34
+ cd ../chat
35
36
+ cd ..
37
38
# - name: Detect Changes (변경된 파일 감지)
39
# id: changed-files
0 commit comments