mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 04:14:48 +00:00
Added conditions
This commit is contained in:
parent
88857945c3
commit
3cf72ec436
1 changed files with 8 additions and 1 deletions
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
|
@ -5,13 +5,20 @@ on:
|
|||
inputs:
|
||||
version:
|
||||
description: "Version"
|
||||
required: true
|
||||
default: "1.0.0"
|
||||
number:
|
||||
description: "Build number"
|
||||
required: true
|
||||
default: "1"
|
||||
android:
|
||||
description: "Build Android"
|
||||
type: boolean
|
||||
default: true
|
||||
jobs:
|
||||
build:
|
||||
name: Build APK and Create release
|
||||
name: Build APK and AAB
|
||||
if: github.event.inputs.android == true
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue