Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x authored Aug 2, 2024
1 parent 34689e1 commit a68b94a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
cache: gradle
- name: Build with Gradle
run: ./gradlew assembleDebug
- uses: actions/upload-artifact@v4
with:
name: app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
# - uses: actions/upload-artifact@v4
# with:
# name: app-debug.apk
# path: app/build/outputs/apk/debug/app-debug.apk

0 comments on commit a68b94a

Please sign in to comment.