From 1ae25dab1a96aac31787956cfae9f7f035bcedc0 Mon Sep 17 00:00:00 2001 From: restitux Date: Mon, 5 Jan 2026 03:28:42 -0700 Subject: [PATCH] fix output path --- .gitea/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index 9a8c52c..6067cba 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -101,5 +101,5 @@ jobs: uses: https://gitea.com/actions/gitea-upload-artifact@v4 with: name: mumble-web2-android - path: target/dx/mumble-web2-gui/release/web/public + path: target/dx/mumble-web2-gui/release/android/app/app/build/outputs/apk/debug/app-debug.apk retention-days: 5