Update android.yml.
This commit is contained in:
parent
0c089bc4a3
commit
df2d6307e5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -32,10 +32,10 @@ jobs:
|
||||||
- name: Build gradle project
|
- name: Build gradle project
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
||||||
- name: Build apk debug project (APK) - ${{ env.main_project_module }} module
|
- name: Build APK
|
||||||
run: ./gradlew assembleDebug
|
run: ./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Upload APK Debug - ${{ env.repository_name }}
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app
|
name: app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue