diff options
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 |
