Update action.yml
This commit is contained in:
parent
396376fd07
commit
5598d953c3
12
.github/actions/libmfx/action.yml
vendored
12
.github/actions/libmfx/action.yml
vendored
@ -11,18 +11,8 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Build MFX
|
||||
shell: cmd
|
||||
env:
|
||||
vsPath: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\
|
||||
run: |
|
||||
call "${{ env.vsPath }}VC\Auxiliary\Build\vcvars64.bat"
|
||||
dir
|
||||
md dist
|
||||
move libmfx.tgz dist/
|
||||
dir /s .github\actions\libmfx
|
||||
- name: Publish artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: libmfx-${{ runner.os }}-${{ inputs.config }}
|
||||
path: dist/libmfx.tgz
|
||||
path: .github/actions/libmfx/libmfx.tgz
|
||||
|
Loading…
x
Reference in New Issue
Block a user