Skip to content

Commit

Permalink
Fix fdroid apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 28, 2024
1 parent aeb7465 commit 54a7e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-app-reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54a7e2b

Please sign in to comment.