mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-30 15:29:51 +00:00
Update android.yml
This commit is contained in:
parent
3db7030ed4
commit
3244892c39
1 changed files with 9 additions and 1 deletions
10
.github/workflows/android.yml
vendored
10
.github/workflows/android.yml
vendored
|
|
@ -13,10 +13,11 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: set up JDK 17
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17' # Set JDK version to 17
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: gradle
|
||||
|
||||
|
|
@ -25,3 +26,10 @@ jobs:
|
|||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
|
||||
# This step will upload all files in the debug directory
|
||||
- name: Upload Debug APKs
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: debug-apks
|
||||
path: app/build/outputs/apk/debug/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue