Skip to content

Commit 637bb62

Browse files
committed
fix: cd-develop.yml 수정
- path 수정
1 parent 074ac15 commit 637bb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd-develop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- name: Grant execute permission to Gradle (Gradle 실행 권한 부여)
3131
run: |
3232
cd default
33-
chmod +x ./gradlew
33+
chmod +x gradlew
3434
cd ../chat
35-
chmod +x ./gradlew
35+
chmod +x gradlew
3636
cd ..
3737
3838
# - name: Detect Changes (변경된 파일 감지)

0 commit comments

Comments
 (0)