Skip to content

Commit 8cbf7cd

Browse files
committed
Moar testing
1 parent 25b6246 commit 8cbf7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android-reproducible-builds.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
sparse-checkout: |
7474
android/fdroid-build/metadata
7575
76-
- name: Update metadata
77-
run: ls && sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
76+
- name: Update and move metadata file
77+
run: ls && ls .. && ls android/fdroid-build/metadata && cd .. && sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
7878

7979
- name: Build app
8080
run: |

0 commit comments

Comments
 (0)