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 4b22ef3 commit 8a37dd9
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 @@ -47,5 +47,7 @@ jobs:

# Gradle build (Test 제외)
- name: Build with Gradle
run: ./wabi/gradlew clean build -x test
run: |
ls
./wabi/gradlew clean build -x test

0 comments on commit 8a37dd9

Please sign in to comment.