workflow
This commit is contained in:
parent
d36f4a5d46
commit
da816dd3d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
||||||
# Step 4: Replace assets in app/src/main/
|
# Step 4: Replace assets in app/src/main/
|
||||||
- name: Replace Assets
|
- name: Replace Assets
|
||||||
run: |
|
run: |
|
||||||
rm app-release/app/src/main/res/mipmap-*
|
rm -r app-release/app/src/main/res/mipmap-*
|
||||||
cp -r res/* app-release/app/src/main/res
|
cp -r res/* app-release/app/src/main/res
|
||||||
|
|
||||||
# Step 5: Replace strings in app/src/main/res/values/strings.xml
|
# Step 5: Replace strings in app/src/main/res/values/strings.xml
|
||||||
|
|
Loading…
Reference in a new issue