Update action.yml
This commit is contained in:
parent
b309463c3d
commit
42175c4654
4
.github/actions/libx264/action.yml
vendored
4
.github/actions/libx264/action.yml
vendored
@ -20,7 +20,7 @@ runs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: mirror/x264
|
repository: mirror/x264
|
||||||
ref: master
|
ref: stable
|
||||||
path: x264
|
path: x264
|
||||||
- name: Check cache
|
- name: Check cache
|
||||||
id: libx264-cache
|
id: libx264-cache
|
||||||
@ -48,4 +48,4 @@ runs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libx264-${{ inputs.env }}-${{ inputs.config }}
|
name: libx264-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libx264.tgz
|
path: dist/libx264.tgz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user