diff options
| author | Albin <albin@mullvad.net> | 2024-08-26 15:48:37 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2024-09-06 14:59:55 +0200 |
| commit | 3847c1eb82a324a4b5fff2a5e076750ebf4449c4 (patch) | |
| tree | 55c45a4a75e56503e675fdad5418cbeafb850854 /.github | |
| parent | d464325f98bc488f091ef18b4ba04e0d7dbe2605 (diff) | |
| download | mullvadvpn-3847c1eb82a324a4b5fff2a5e076750ebf4449c4.tar.xz mullvadvpn-3847c1eb82a324a4b5fff2a5e076750ebf4449c4.zip | |
Add daita grpc and ui
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index 239f8d0931..204b84ed5a 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -324,6 +324,9 @@ jobs: name: relay-list path: android/app/build/extraAssets + - name: Copy maybenot machines to asset directory + run: cp dist-assets/maybenot_machines android/app/build/extraAssets/maybenot_machines + - name: Build app uses: burrunan/gradle-cache-action@v1 with: |
