Update action.yml

This commit is contained in:
Daniel Stankewitz 2022-07-24 21:46:53 +02:00 committed by GitHub
parent 76c5a4779f
commit 3ea263c5fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@ runs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: xiph/ogg repository: xiph/ogg
ref: master ref: v1.3.5
path: ogg path: ogg
- name: Checkout Vorbis - name: Checkout Vorbis
uses: actions/checkout@v3.0.0 uses: actions/checkout@v3.0.0
with: with:
repository: xiph/vorbis repository: xiph/vorbis
ref: master ref: v1.3.7
path: vorbis path: vorbis
- name: Check cache - name: Check cache
id: liboggvorbis-cache id: liboggvorbis-cache
@ -64,4 +64,4 @@ runs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: liboggvorbis-${{ inputs.env }}-${{ inputs.config }} name: liboggvorbis-${{ inputs.env }}-${{ inputs.config }}
path: dist/liboggvorbis.tgz path: dist/liboggvorbis.tgz