Skip to content

Commit

Permalink
Add apk upload to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CatotheCat11 authored Jan 4, 2025
1 parent 55d727c commit 4f2ce14
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build

- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: built-apk
path: app/build/outputs/apk/**/*.apk

0 comments on commit 4f2ce14

Please sign in to comment.