Skip to content

Commit

Permalink
[DEPLOY] main.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYoonShin committed Aug 31, 2024
1 parent 8a08146 commit 8b821ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
java-version: '17'

# (3) Gradle build (Test 제외)
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Build with Gradle
uses: gradle/gradle-build-action@0d13054264b0bb894ded474f08ebb30921341cee
with:
Expand Down

0 comments on commit 8b821ae

Please sign in to comment.