mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-01-07 00:49:46 -06:00
Update master-apk-create.yml
This commit is contained in:
committed by
GitHub
parent
ce01e9145b
commit
fd93ebabdd
8
.github/workflows/master-apk-create.yml
vendored
8
.github/workflows/master-apk-create.yml
vendored
@@ -23,13 +23,13 @@ jobs:
|
||||
run: chmod +x gradlew
|
||||
|
||||
- name: Build APK ⚙️🛠
|
||||
run: bash ./gradlew assembleProductionDebug
|
||||
run: bash ./gradlew assembleStagingDebug
|
||||
|
||||
- uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ github.token }}"
|
||||
automatic_release_tag: "latest"
|
||||
automatic_release_tag: "latest-master"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: app/build/outputs/apk/production/debug/*.apk
|
||||
title: "Staging Build"
|
||||
files: app/build/outputs/apk/staging/debug/*.apk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user