Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/jetpack_compose' into jetpack_co…
Browse files Browse the repository at this point in the history
…mpose
  • Loading branch information
maxrave-dev committed Jun 26, 2024
2 parents 936c875 + 77839ab commit d10c86f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
distribution: "temurin"
cache: 'gradle'

- name: Build release APK
run: ./gradlew assemble
- name: Build debug APK
run: ./gradlew assembleDebug

- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/apk/release/
path: app/build/outputs/apk/debug/

0 comments on commit d10c86f

Please sign in to comment.