Skip to content

Commit

Permalink
use full apk path to diffoscope
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 28, 2024
1 parent bff4e9f commit 23d8f45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android-app-reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
needs: [build]
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
include:
- type: nativeful
Expand All @@ -112,4 +112,5 @@ jobs:
run: find apks -name "*.apk" | xargs sha256sum

- name: Run diffoscope
run: diffoscope apks/*
run: diffoscope apks/apk-nativeful-a/app-oss-prod-fdroid-unsigned.apk apks/apk-nativeful-b/app-oss-prod-fdroid-unsigned.apk

0 comments on commit 23d8f45

Please sign in to comment.