mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
ci: separate mv step
This commit is contained in:
parent
2e2d3c93e6
commit
21c810f994
1 changed files with 5 additions and 2 deletions
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
|
|
@ -29,9 +29,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Add qsv to PATH
|
- name: Download compatible qsv binary
|
||||||
run: |
|
run: |
|
||||||
curl -LO https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv && mv qsv $GITHUB_PATH
|
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
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue