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:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
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
|
- name: Publish artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libmfx-${{ runner.os }}-${{ inputs.config }}
|
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