Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewizrd authored Aug 31, 2023
1 parent 3ef947e commit 701e3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: chmod +x gradlew
# APK Debug
- name: Build debug APK
run: ./gradlew assemble${{ env.variant }}Debug
run: ./gradlew :${{ env.module }}:assemble${{ env.variant }}Debug
# Upload apk
- name: Upload debug APK
uses: actions/upload-artifact@v3
Expand All @@ -58,7 +58,7 @@ jobs:
run: chmod +x gradlew
# APK Release
- name: Build release APK
run: ./gradlew assemble${{ env.variant }}
run: ./gradlew :${{ env.module }}:assemble${{ env.variant }}
# Upload apk
- name: Upload release APK
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 701e3f1

Please sign in to comment.