Skip to content

Commit

Permalink
fix: yml gradlew 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 10, 2024
1 parent 0b472e9 commit dd1bc6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: 17

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
run: chmod +x backend/gradlew
shell: bash

- name: Build with Gradle
Expand Down

0 comments on commit dd1bc6b

Please sign in to comment.