Skip to content

Commit 062a7d1

Browse files
authored
[fix] CI/CD 수정
Added step to grant execute permission for Gradle wrapper.
1 parent 506af5a commit 062a7d1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
- name: Setup Gradle
3535
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
3636

37+
# 권한 부여
38+
- name: Grant execute permission for Gradle wrapper
39+
run: chmod +x ./gradlew
40+
3741
# 빌드
3842
- name: Build with Gradle Wrapper
3943
run: ./gradlew clean build

0 commit comments

Comments
 (0)