Update ffmpeg.yml

This commit is contained in:
Daniel Stankewitz 2022-07-07 09:20:07 +02:00 committed by GitHub
parent 6dfde52c97
commit 0e943a3418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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