We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54b900 commit 0b0cdf2Copy full SHA for 0b0cdf2
1 file changed
.github/workflows/android-build.yml
@@ -22,20 +22,15 @@ jobs:
22
23
- name: Download Android SDK command-line tools
24
uses: android-actions/setup-android@v2
25
- with:
26
- api-level: 33
27
- target: android-33
28
- arch: x64
29
- cache: true
30
31
- name: Grant execute permission for gradlew
32
run: chmod +x gradlew
33
34
- - name: Build Debug APK
+ - name: Build Debug APK for full project
35
run: ./gradlew assembleDebug
36
37
- name: Upload APK artifact
38
uses: actions/upload-artifact@v4
39
with:
40
- name: NewPipe-ExternalPlayer-APK
41
- path: external-player/build/outputs/apk/debug/external-player-debug.apk
+ name: NewPipe-Debug-APK
+ path: app/build/outputs/apk/debug/app-debug.apk
0 commit comments