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
|
name: libvpl
|
||||||
|
|
||||||
on:
|
inputs:
|
||||||
workflow_call:
|
env:
|
||||||
inputs:
|
type: string
|
||||||
env:
|
required: true
|
||||||
type: string
|
default: 'windows-2022'
|
||||||
required: true
|
description: 'Environment'
|
||||||
default: 'windows-2022'
|
config:
|
||||||
description: 'Environment'
|
type: string
|
||||||
|
required: true
|
||||||
config:
|
default: 'debug'
|
||||||
type: string
|
description: 'Configuration'
|
||||||
required: true
|
|
||||||
default: 'debug'
|
|
||||||
description: 'Configuration'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||||
@ -60,4 +57,4 @@ runs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libvpl-${{ inputs.env }}-${{ inputs.config }}
|
name: libvpl-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libvpl.tgz
|
path: dist/libvpl.tgz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user