mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
new(ci): Added single workflow for build & deployment
This commit is contained in:
11
.github/workflows/build_android.yml
vendored
11
.github/workflows/build_android.yml
vendored
@@ -1,16 +1,11 @@
|
||||
name: '[Build] Android'
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
inputs:
|
||||
flavor:
|
||||
type: choice
|
||||
required: true
|
||||
description: 'Build Flavor?'
|
||||
options:
|
||||
- 'alpha'
|
||||
- 'beta'
|
||||
- 'production'
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -26,7 +21,7 @@ jobs:
|
||||
- name: Set Flavor
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
echo "FLAVOR=${{ github.event.inputs.flavor }}" > .flavor
|
||||
echo "FLAVOR=${{ inputs.flavor }}" > .flavor
|
||||
|
||||
- name: Install Secret Keys
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user