From e165786be349601d79d0454e1399010ef6244b29 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:05:37 -0500 Subject: [PATCH] ci: fix qsv binary issue --- .github/workflows/publish.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 006a204..58ef1c4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,12 +29,9 @@ jobs: with: python-version: 3.11 - - name: Download compatible qsv binary + - name: Add qsv to PATH run: | - curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv - - name: Move qsv to PATH - run: | - mv qsv $GITHUB_PATH + mkdir path_files && cd path_files && curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv && echo "${GITHUB_WORKSPACE}/path_files" >> $GITHUB_PATH - name: Install dependencies run: |