Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev authored Jun 26, 2024
1 parent 47f7278 commit 77839ab
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 77839ab

Please sign in to comment.