Update ffmpeg.yml
This commit is contained in:
parent
6dfde52c97
commit
0e943a3418
29
.github/workflows/ffmpeg.yml
vendored
29
.github/workflows/ffmpeg.yml
vendored
@ -3,19 +3,6 @@ name: Build FFmpeg
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
config:
|
|
||||||
type: choice
|
|
||||||
required: true
|
|
||||||
default: 'debug'
|
|
||||||
description: 'Configuration'
|
|
||||||
options:
|
|
||||||
- debug
|
|
||||||
- release
|
|
||||||
ref:
|
|
||||||
type: string
|
|
||||||
required: true
|
|
||||||
default: 'release/5.0'
|
|
||||||
description: 'GitHub refId'
|
|
||||||
source:
|
source:
|
||||||
type: choice
|
type: choice
|
||||||
required: true
|
required: true
|
||||||
@ -24,6 +11,22 @@ on:
|
|||||||
options:
|
options:
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- cartwheel
|
- cartwheel
|
||||||
|
|
||||||
|
ref:
|
||||||
|
type: string
|
||||||
|
required: true
|
||||||
|
default: 'release/5.0'
|
||||||
|
description: 'GitHub refId'
|
||||||
|
|
||||||
|
config:
|
||||||
|
type: choice
|
||||||
|
required: true
|
||||||
|
default: 'debug'
|
||||||
|
description: 'Configuration'
|
||||||
|
options:
|
||||||
|
- debug
|
||||||
|
- release
|
||||||
|
|
||||||
type:
|
type:
|
||||||
type: choice
|
type: choice
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user