From 0e943a34182dd6f3863f1a1bc633ea39318b534e Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 7 Jul 2022 09:20:07 +0200 Subject: [PATCH] Update ffmpeg.yml --- .github/workflows/ffmpeg.yml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ffmpeg.yml b/.github/workflows/ffmpeg.yml index 1a43ed1..22cb889 100644 --- a/.github/workflows/ffmpeg.yml +++ b/.github/workflows/ffmpeg.yml @@ -3,19 +3,6 @@ name: Build FFmpeg on: workflow_dispatch: 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: type: choice required: true @@ -24,6 +11,22 @@ on: options: - ffmpeg - 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: choice required: true