From 54a7e2bfaa0ded547de926d0a75ade0fff5609d6 Mon Sep 17 00:00:00 2001 From: Albin Date: Fri, 28 Jun 2024 14:35:05 +0200 Subject: [PATCH] Fix fdroid apk path --- .github/workflows/android-app-reproducible.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-app-reproducible.yml b/.github/workflows/android-app-reproducible.yml index 2b2016ee0811..bb9a5d9e7736 100644 --- a/.github/workflows/android-app-reproducible.yml +++ b/.github/workflows/android-app-reproducible.yml @@ -43,12 +43,12 @@ jobs: - iteration: a type: nativeful command: ./build-apk.sh --fdroid - path: dist + path: android/app/build/outputs/apk/ossProd/fdroid - iteration: b type: nativeful command: ./build-apk.sh --fdroid - path: dist + path: android/app/build/outputs/apk/ossProd/fdroid - iteration: a type: nativeless