Update libvpl.yml
This commit is contained in:
parent
8a99c8191a
commit
42ba9ed16a
27
.github/workflows/libvpl.yml
vendored
27
.github/workflows/libvpl.yml
vendored
@ -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
|
||||
path: dist/libvpl.tgz
|
||||
|
Loading…
x
Reference in New Issue
Block a user