Skip to content

Commit 0b0cdf2

Browse files
committed
Update workflow to build full debug variant and upload correct APK
1 parent b54b900 commit 0b0cdf2

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,15 @@ jobs:
2222

2323
- name: Download Android SDK command-line tools
2424
uses: android-actions/setup-android@v2
25-
with:
26-
api-level: 33
27-
target: android-33
28-
arch: x64
29-
cache: true
3025

3126
- name: Grant execute permission for gradlew
3227
run: chmod +x gradlew
3328

34-
- name: Build Debug APK
29+
- name: Build Debug APK for full project
3530
run: ./gradlew assembleDebug
3631

3732
- name: Upload APK artifact
3833
uses: actions/upload-artifact@v4
3934
with:
40-
name: NewPipe-ExternalPlayer-APK
41-
path: external-player/build/outputs/apk/debug/external-player-debug.apk
35+
name: NewPipe-Debug-APK
36+
path: app/build/outputs/apk/debug/app-debug.apk

0 commit comments

Comments
 (0)