Skip to content

Commit 93daf34

Browse files
committed
[FIX] gradlew 경로 수정
1 parent 617d550 commit 93daf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "TMAP_URL=${{ secrets.TMAP_URL }}" >> $GITHUB_ENV
4040
4141
- name: Grant execute permission for gradlew
42-
run: chmod +x gradlew
42+
run: chmod +x ./backend/gradlew
4343
shell: bash
4444

4545
- name: Build with jib

0 commit comments

Comments
 (0)