Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Nov 26, 2024
1 parent 2b0f532 commit 815976b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'

# Grant execute permission to gradlew
# Grant execute permission to gradlew
- name: Grant execute permission to gradlew
run: chmod +x ./gradlew

Expand Down

0 comments on commit 815976b

Please sign in to comment.