Skip to content

Commit

Permalink
build -> assembleDebug로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed Jun 29, 2024
1 parent 072316e commit 8c0544f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew assembleDebug

0 comments on commit 8c0544f

Please sign in to comment.