We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b08409 commit 1e838c0Copy full SHA for 1e838c0
.github/workflows/android-reproducible-builds.yml
@@ -70,12 +70,10 @@ jobs:
70
uses: actions/checkout@v4
71
with:
72
sparse-checkout: |
73
- android/fdroid-build/metadata/net.mullvad.mullvadvpn.yml
74
- sparse-checkout-cone-mode: false
75
- path: metadata
+ android/fdroid-build/metadata
76
77
- name: Update metadata
78
- run: sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
+ run: ls && sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
79
80
- name: Build app
81
run: |
0 commit comments