Skip to content

Commit

Permalink
Merge pull request #3 from hcbak/fix/gradle
Browse files Browse the repository at this point in the history
fix: Actions gradlew 권한 설정 추가
  • Loading branch information
hcbak authored Nov 23, 2024
2 parents 20fe8b3 + 1db5cd9 commit 2e739c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
gradle-version: "8.11"

- name: Grant execute permission for Gradle Wrapper
run: chmod +x ./backend/main/gradlew

- name: Build with Gradle Wrapper
run: ./backend/main/gradlew build

Expand Down

0 comments on commit 2e739c8

Please sign in to comment.