Skip to content

Commit b980c95

Browse files
committed
Blah
1 parent 2fc90b9 commit b980c95

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

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

+11-5
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,23 @@ jobs:
6868
android/fdroid-build/metadata
6969
7070
- name: Create empty repo
71-
run: cd .. && mkdir fdroid-repo && cd fdroid-repo && mkdir metadata
71+
run: |
72+
ls
73+
cd ..
74+
ls
75+
mkdir fdroid-repo
76+
ls
77+
cd fdroid-repo
78+
ls
79+
mkdir metadata
7280
7381
#- name: Init
7482
# run: fdroid init
7583

76-
- name: Update and move metadata file
84+
- name: Move and update metadata file
7785
run: |
78-
ls ..
79-
ls ../mullvadvpn-app/android/
80-
ls ../mullvadvpn-app/android/fdroid-build/metadata/
8186
ls
87+
ls ../mullvadvpn-app/android/fdroid-build/metadata/
8288
mv ../mullvadvpn-app/android/fdroid-build/metadata/net.mullvad.mullvadvpn.yml metadata/net.mullvad.mullvadvpn.yml
8389
sed -i 's/commit-hash/${{ github.sha }}/' metadata/net.mullvad.mullvadvpn.yml
8490

0 commit comments

Comments
 (0)