diff --git a/.github/workflows/build-testing.yaml b/.github/workflows/build-testing.yaml index 31bb778b..7899a804 100644 --- a/.github/workflows/build-testing.yaml +++ b/.github/workflows/build-testing.yaml @@ -25,5 +25,5 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v4 with: - name: alibi-app-debug-apks - path: app/build/outputs/apk/debug/app-*-debug.apk \ No newline at end of file + name: numberhub-app-debug-apks + path: app/build/outputs/apk/fdroid/app-*-debug.apk \ No newline at end of file