Update android.yml
This commit is contained in:
parent
97a21fe405
commit
da857b5b5c
1 changed files with 5 additions and 3 deletions
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
|
|
@ -1,5 +1,9 @@
|
||||||
name: Android CI
|
name: Android CI
|
||||||
|
|
||||||
|
env:
|
||||||
|
# The name of the main module repository
|
||||||
|
main_project_module: app
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
@ -46,7 +50,7 @@ jobs:
|
||||||
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
|
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
|
||||||
|
|
||||||
# Noted For Output [main_project_module]/build/outputs/apk/release/
|
# Noted For Output [main_project_module]/build/outputs/apk/release/
|
||||||
- name: Upload APK Release - ${{ env.repository_name }}
|
- name: Upload APK Release
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: YTDLnis APK release generated
|
name: YTDLnis APK release generated
|
||||||
|
|
@ -63,5 +67,3 @@ jobs:
|
||||||
Repository: ${{ github.repository }}
|
Repository: ${{ github.repository }}
|
||||||
|
|
||||||
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
|
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
|
||||||
See generated debug apk: https://github.com/${{ github.repository }}/build/outputs/apk/debug/
|
|
||||||
See generated release apk: https://github.com/${{ github.repository }}/build/outputs/apk/release/
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue