Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Jan 8, 2025
1 parent 08484a0 commit 7877c02
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ jobs:
./scripts/setup_environ.sh
./scripts/build_libs.sh
./gradlew assembleRelease
./gradlew bundleRelease
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: app-debug
name: app-release
path: app/build/outputs/apk/release/app-release.apk

- name: Upload AAB
uses: actions/upload-artifact@v4
with:
name: app-release-aab
path: app/build/outputs/bundle/release/app-release.aab

0 comments on commit 7877c02

Please sign in to comment.