Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-07-24 21:42:52 +02:00 committed by GitHub
parent 4f496673c2
commit 1fe245034f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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