Skip to content

Commit

Permalink
fix:gradlew 이름 설정 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ji-woong-song committed Nov 28, 2023
1 parent a84f734 commit 5843ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cd backend/dguonoff
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
run: chmod +x gradlew

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

0 comments on commit 5843ec6

Please sign in to comment.