Skip to content

Commit

Permalink
Remove unused file before build internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 6, 2024
1 parent 2d14aa7 commit 824c4cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Diawi QR: ${{ steps.upload-diawi-android.outputs.qrcode }}

0 comments on commit 824c4cb

Please sign in to comment.