Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xrondev authored Apr 18, 2024
1 parent afb4ec2 commit 18e6114
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Upload APK
uses: actions/upload-artifact@v4.3.2
with:
name: app-apk
path: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit 18e6114

Please sign in to comment.