Skip to content

Commit dea4b77

Browse files
authored
Update business.yml
1 parent 899affc commit dea4b77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/business.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: chmod +x gradlew
3333

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

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

4343
- name: Build and test app
4444
run: |
45+
./gradlew --recompile-scripts
4546
./gradlew assembleDebug -Pminify=true
4647
4748
- name: Upload artifacts

0 commit comments

Comments
 (0)