Skip to content

Commit

Permalink
Update dev_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssamssamukja authored Jan 11, 2025
1 parent 48047d4 commit ae82150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build with Gradle Wrapper
working-directory: ./Midnight-Snacker # Gradle 빌드 파일이 있는 디렉토리로 이동
run: |
./gradlew clean --no-build-cache
rm -rf ./out
./gradlew clean build
ls -l build/libs
Expand Down

0 comments on commit ae82150

Please sign in to comment.