From 22009f815321338318545da5f2e2b8082d26eb5e Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 5 Mar 2024 11:28:19 +0100 Subject: [PATCH] Update action.yml --- .github/actions/libkvazaar/action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/libkvazaar/action.yml b/.github/actions/libkvazaar/action.yml index e77a6bd..4d3e890 100644 --- a/.github/actions/libkvazaar/action.yml +++ b/.github/actions/libkvazaar/action.yml @@ -19,8 +19,8 @@ runs: - name: Checkout OPUS uses: actions/checkout@v3.0.0 with: - repository: xiph/opus - ref: v1.3.1 + repository: ultravideo/kvazaar + ref: ${{ inputs.refId }} path: opus - name: Set up MSYS2 uses: msys2/setup-msys2@v2 @@ -43,4 +43,4 @@ runs: uses: actions/upload-artifact@v2 with: name: libopus-${{ runner.os }}-${{ inputs.config }} - path: dist/libopus.tgz + path: dist/libkvazaar.tgz