We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b6246 commit 8cbf7cdCopy full SHA for 8cbf7cd
.github/workflows/android-reproducible-builds.yml
@@ -73,8 +73,8 @@ jobs:
73
sparse-checkout: |
74
android/fdroid-build/metadata
75
76
- - name: Update metadata
77
- run: ls && sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
+ - name: Update and move metadata file
+ run: ls && ls .. && ls android/fdroid-build/metadata && cd .. && sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
78
79
- name: Build app
80
run: |
0 commit comments