Update android.yml

This commit is contained in:
deniscerri 2024-09-01 10:24:28 +02:00 committed by GitHub
parent 97a21fe405
commit da857b5b5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/