This commit is contained in:
nomadics9 2024-12-15 05:39:47 +03:00
parent a2ffb6d4b7
commit cfd6762f80

View file

@ -41,9 +41,7 @@ jobs:
# Step 4: Replace assets in app/src/main/
- name: Replace Assets
run: |
cp -r res/mipmap/* app-release/app/src/main/res/mipmap/
cp -r res/drawable/* app-release/app/src/main/res/drawable/
cp -r res/drawable-v24/* app-release/app/src/main/res/drawable-v24/
cp -r res/* app-release/app/src/main/res
# Step 5: Replace strings in app/src/main/res/values/strings.xml
- name: Update strings.xml