workflow
This commit is contained in:
parent
a2ffb6d4b7
commit
cfd6762f80
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -41,9 +41,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: |
|
||||||
cp -r res/mipmap/* app-release/app/src/main/res/mipmap/
|
cp -r res/* app-release/app/src/main/res
|
||||||
cp -r res/drawable/* app-release/app/src/main/res/drawable/
|
|
||||||
cp -r res/drawable-v24/* app-release/app/src/main/res/drawable-v24/
|
|
||||||
|
|
||||||
# Step 5: Replace strings in app/src/main/res/values/strings.xml
|
# Step 5: Replace strings in app/src/main/res/values/strings.xml
|
||||||
- name: Update strings.xml
|
- name: Update strings.xml
|
||||||
|
|
Loading…
Reference in a new issue