mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 23:09:48 +00:00
Update android.yml
This commit is contained in:
parent
fc4a6fbb59
commit
878ddf202b
1 changed files with 5 additions and 3 deletions
8
.github/workflows/android.yml
vendored
8
.github/workflows/android.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
release_tag:
|
||||
description: 'Release tag for the new version'
|
||||
required: true
|
||||
default: 'v1.0.0'
|
||||
default: 'v2.9.3'
|
||||
release_notes:
|
||||
description: 'Release notes for the new version'
|
||||
required: true
|
||||
|
|
@ -25,9 +25,11 @@ jobs:
|
|||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
|
||||
- name: Build Android app in release mode
|
||||
run: bash ./gradlew assembleRelease
|
||||
- name: Chmod gradlew
|
||||
run: chmod +x ./gradlew
|
||||
|
||||
- name: Build Android app in release mode
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue