From 42ba9ed16aef1b229261879fab93ab6ec129cc76 Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Thu, 14 Jul 2022 08:56:45 +0200 Subject: [PATCH] Update libvpl.yml --- .github/workflows/libvpl.yml | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/workflows/libvpl.yml b/.github/workflows/libvpl.yml index 2706402..f1aaf5b 100644 --- a/.github/workflows/libvpl.yml +++ b/.github/workflows/libvpl.yml @@ -1,19 +1,16 @@ name: libvpl -on: - workflow_call: - inputs: - env: - type: string - required: true - default: 'windows-2022' - description: 'Environment' - - config: - type: string - required: true - default: 'debug' - description: 'Configuration' +inputs: + env: + type: string + required: true + default: 'windows-2022' + description: 'Environment' + config: + type: string + required: true + default: 'debug' + description: 'Configuration' env: vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\ @@ -60,4 +57,4 @@ runs: uses: actions/upload-artifact@v2 with: name: libvpl-${{ inputs.env }}-${{ inputs.config }} - path: dist/libvpl.tgz \ No newline at end of file + path: dist/libvpl.tgz