diff options
| author | Emīls <emils@mullvad.net> | 2024-11-12 12:47:43 +0100 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2024-11-12 12:47:43 +0100 |
| commit | eb88e35d7b3c94ad95d4fac23f85e3400d0654bb (patch) | |
| tree | d076477a9b6d43000cb1cd4746192f536d178d56 /.github | |
| parent | 13209073f803095c351f90acb106aa6d69e69333 (diff) | |
| parent | 1c5b020af047c354fa43c6bfbad0e4659f9f3c1f (diff) | |
| download | mullvadvpn-eb88e35d7b3c94ad95d4fac23f85e3400d0654bb.tar.xz mullvadvpn-eb88e35d7b3c94ad95d4fac23f85e3400d0654bb.zip | |
Merge branch 'update-to-maybenot-v2-ios-914'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 3fc2bbb30e..d2c93d388a 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -325,7 +325,7 @@ jobs: path: android/app/build/extraAssets - name: Copy maybenot machines to asset directory - run: cp dist-assets/maybenot_machines_v2 android/app/build/extraAssets/ + run: cp dist-assets/maybenot_machines android/app/build/extraAssets/ - name: Build app uses: burrunan/gradle-cache-action@v1 |
