mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 12:24:47 +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:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "Version"
|
description: "Version"
|
||||||
|
required: true
|
||||||
default: "1.0.0"
|
default: "1.0.0"
|
||||||
number:
|
number:
|
||||||
description: "Build number"
|
description: "Build number"
|
||||||
|
required: true
|
||||||
default: "1"
|
default: "1"
|
||||||
|
android:
|
||||||
|
description: "Build Android"
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build APK and Create release
|
name: Build APK and AAB
|
||||||
|
if: github.event.inputs.android == true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue