Skip to content

Commit

Permalink
fix: GithubAction 빌드 경로 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepelown authored Dec 2, 2024
1 parent 8a37dd9 commit f36b15a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
- name: Build with Gradle
run: |
ls
./wabi/gradlew clean build -x test
cd wabi
ls
./gradlew clean build -x test

0 comments on commit f36b15a

Please sign in to comment.