Skip to content

Commit

Permalink
Update business.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4Mod authored Nov 28, 2024
1 parent 899affc commit dea4b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/business.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: chmod +x gradlew

- name: Update package name
run: sed -i 's/com.wmods.wppenhacer/com.wmods.wppenhacer.w4b/g' app/build.gradle.kts
run: sed -i 's/applicationId = "com.wmods.wppenhacer"/applicationId = "com.wmods.wppenhacer.w4b"/g' app/build.gradle.kts

- name: Update app name
run: sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml
Expand All @@ -42,6 +42,7 @@ jobs:

- name: Build and test app
run: |
./gradlew --recompile-scripts
./gradlew assembleDebug -Pminify=true
- name: Upload artifacts
Expand Down

0 comments on commit dea4b77

Please sign in to comment.