Update action.yml
This commit is contained in:
parent
4f496673c2
commit
1fe245034f
4
.github/actions/libopus/action.yml
vendored
4
.github/actions/libopus/action.yml
vendored
@ -20,7 +20,7 @@ runs:
|
|||||||
uses: actions/checkout@v3.0.0
|
uses: actions/checkout@v3.0.0
|
||||||
with:
|
with:
|
||||||
repository: xiph/opus
|
repository: xiph/opus
|
||||||
ref: master
|
ref: v1.3.1
|
||||||
path: opus
|
path: opus
|
||||||
- name: Check cache
|
- name: Check cache
|
||||||
id: libopus-cache
|
id: libopus-cache
|
||||||
@ -51,4 +51,4 @@ runs:
|
|||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: libopus-${{ inputs.env }}-${{ inputs.config }}
|
name: libopus-${{ inputs.env }}-${{ inputs.config }}
|
||||||
path: dist/libopus.tgz
|
path: dist/libopus.tgz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user