Skip to content

Commit

Permalink
fix apk path
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Jun 28, 2024
1 parent e7a4b23 commit bff4e9f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/android-app-reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ jobs:
- iteration: a
type: nativeful
command: ./build-apk.sh --fdroid
path: android/app/build/outputs/apk/ossProd/fdroid
path: android/app/build/outputs/apk/ossProd/fdroid/app-oss-prod-fdroid-unsigned.apk

- iteration: b
type: nativeful
command: ./build-apk.sh --fdroid
path: android/app/build/outputs/apk/ossProd/fdroid
path: android/app/build/outputs/apk/ossProd/fdroid/app-oss-prod-fdroid-unsigned.apk

- iteration: a
type: nativeless
command: ./android/gradlew -p android clean assembleOssProdFdroid
path: android/app/build/outputs/apk/ossProd/fdroid
path: android/app/build/outputs/apk/ossProd/fdroid/app-oss-prod-fdroid-unsigned.apk

- iteration: b
type: nativeless
command: ./android/gradlew -p android clean assembleOssProdFdroid
path: android/app/build/outputs/apk/ossProd/fdroid
path: android/app/build/outputs/apk/ossProd/fdroid/app-oss-prod-fdroid-unsigned.apk
steps:
- name: Fix HOME path
run: echo "HOME=/root" >> $GITHUB_ENV
Expand Down Expand Up @@ -104,7 +104,6 @@ jobs:
with:
pattern: apk-${{ matrix.type }}-*
path: apks
merge-multiple: true

- name: Fix git dir
run: find apks
Expand Down

0 comments on commit bff4e9f

Please sign in to comment.