From 8a66276755405b17a8384b027067ef1621be7594 Mon Sep 17 00:00:00 2001 From: davotoula Date: Tue, 16 Sep 2025 12:55:06 +0200 Subject: [PATCH] fix benchmark apk location --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 309f52fb2..de686e1e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,13 +61,13 @@ jobs: uses: actions/upload-artifact@v4 with: name: Play Benchmark APK - path: amethyst/build/outputs/apk/play/debug/amethyst-play-universal-benchmark.apk + path: amethyst/build/outputs/apk/play/benchmark/amethyst-play-universal-benchmark.apk - name: Upload FDroid APK Benchmark uses: actions/upload-artifact@v4 with: name: FDroid Benchmark APK - path: amethyst/build/outputs/apk/fdroid/debug/amethyst-fdroid-universal-benchmark.apk + path: amethyst/build/outputs/apk/fdroid/benchmark/amethyst-fdroid-universal-benchmark.apk - name: Upload Compose Reports uses: actions/upload-artifact@v4