diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 66ac7e4..5b8c412 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,6 +44,7 @@ jobs: # Step 4: Replace assets in app/src/main/ - name: Replace Assets run: | + find app-release/app/src/main/res/mipmap-* -type f -name "app_icon.*" -delete cp -r res/* app-release/app/src/main/res # Step 5: Replace strings in app/src/main/res/values/strings.xml