Skip to content

Commit

Permalink
[Issue-1751] Remove unused file before build release
Browse files Browse the repository at this point in the history
  • Loading branch information
dominhquang committed Sep 12, 2024
1 parent 3e7ee1f commit 213ee08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

- name: Remove unused web-runner for Android
run: |
rm -r ./html/OldWeb.bundle
rm -rf ./html/OldWeb.bundle
- name: Add APP ENV
run: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build-release-mac.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 -rf ./html/OldWeb.bundle
- name: Add APP ENV
run: |
cp .env.development.example .env.production
Expand Down Expand Up @@ -227,4 +231,4 @@ jobs:
title: ${{ github.workflow }}
description: |
Android: Published on Play Console.
Click [here](https://play.google.com/console/u/0/developers/5178189030889328266/app/4973509903908456575/tracks/internal-testing) to check internal testing
Click [here](https://play.google.com/console/u/0/developers/5178189030889328266/app/4973509903908456575/tracks/internal-testing) to check internal testing

0 comments on commit 213ee08

Please sign in to comment.