workflow
This commit is contained in:
parent
6107581e3b
commit
daa77418a0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue