Update action.yml

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

View File

@ -20,7 +20,7 @@ runs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: mstorsjo/fdk-aac repository: mstorsjo/fdk-aac
ref: master ref: v2.0.2
path: fdkaac path: fdkaac
- name: Check cache - name: Check cache
id: libfdkaac-cache id: libfdkaac-cache
@ -48,4 +48,4 @@ runs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: libfdkaac-${{ inputs.env }}-${{ inputs.config }} name: libfdkaac-${{ inputs.env }}-${{ inputs.config }}
path: dist/libfdkaac.tgz path: dist/libfdkaac.tgz