Skip to content

Commit

Permalink
MATE-85 : [FIX] deploy.yml gradlew 권한 부여후 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
juchan204 committed Dec 4, 2024
1 parent fa77265 commit f577056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew clean build

Expand Down

0 comments on commit f577056

Please sign in to comment.