diff --git a/.github/workflows/build-internal.yml b/.github/workflows/build-internal.yml index 270263209..72603e863 100644 --- a/.github/workflows/build-internal.yml +++ b/.github/workflows/build-internal.yml @@ -135,6 +135,10 @@ jobs: fetch-depth: 0 token: ${{ secrets.GH_PAT }} + - name: Remove unused web-runner for Android + run: | + rm -r ./html/OldWeb.bundle + - name: Add APP ENV run: | cp .env.development.example .env.production @@ -218,4 +222,4 @@ jobs: description: | Android: The Deployment has been completed. Diawi: ${{ steps.upload-diawi-android.outputs.url }} - Diawi QR: ${{ steps.upload-diawi-android.outputs.qrcode }} \ No newline at end of file + Diawi QR: ${{ steps.upload-diawi-android.outputs.qrcode }}