Skip to content

Commit 1e838c0

Browse files
committed
Fix again
1 parent 8b08409 commit 1e838c0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,10 @@ jobs:
7070
uses: actions/checkout@v4
7171
with:
7272
sparse-checkout: |
73-
android/fdroid-build/metadata/net.mullvad.mullvadvpn.yml
74-
sparse-checkout-cone-mode: false
75-
path: metadata
73+
android/fdroid-build/metadata
7674
7775
- name: Update metadata
78-
run: sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
76+
run: ls && sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
7977

8078
- name: Build app
8179
run: |

0 commit comments

Comments
 (0)