Skip to content

Commit 194b0e5

Browse files
committed
fix: cd-develop.yml 수정
- path 수정
1 parent 3c8b6b7 commit 194b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cd default
5757
./gradlew bootJar
5858
cd ../chat
59-
./chat/gradlew bootJar
59+
./gradlew bootJar
6060
cd ..
6161
6262
# CR_PAT: Container Registry - Personal Access Token

0 commit comments

Comments
 (0)