Skip to content

Commit

Permalink
chore: generate only debuggable development apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamada-Ika committed Jul 22, 2024
1 parent 8c8c990 commit b94b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: ./.github/actions/setup-java

- run: ./gradlew :app-android:assembleDebug --stacktrace
- run: ./gradlew :app-android:assembleDevDebug --stacktrace

- name: Upload build outputs (APKs)
uses: actions/[email protected]
Expand Down

0 comments on commit b94b3be

Please sign in to comment.