Skip to content

Commit 701e3f1

Browse files
authored
Update android.yml
1 parent 3ef947e commit 701e3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: chmod +x gradlew
3434
# APK Debug
3535
- name: Build debug APK
36-
run: ./gradlew assemble${{ env.variant }}Debug
36+
run: ./gradlew :${{ env.module }}:assemble${{ env.variant }}Debug
3737
# Upload apk
3838
- name: Upload debug APK
3939
uses: actions/upload-artifact@v3
@@ -58,7 +58,7 @@ jobs:
5858
run: chmod +x gradlew
5959
# APK Release
6060
- name: Build release APK
61-
run: ./gradlew assemble${{ env.variant }}
61+
run: ./gradlew :${{ env.module }}:assemble${{ env.variant }}
6262
# Upload apk
6363
- name: Upload release APK
6464
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)