mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Publishing ffmpeg's dll with windows artifact
This commit is contained in:
parent
61edd45a52
commit
5c66e1f837
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
assets=kyoo_${{matrix.artifact}}
|
assets=kyoo_${{matrix.artifact}}
|
||||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||||
cd dist
|
cd dist
|
||||||
cp -r "/C/Program Files/FFmpeg/lib/." .
|
cp -r "/C/Program Files/FFmpeg/bin/." .
|
||||||
7z a "../$assets.zip"
|
7z a "../$assets.zip"
|
||||||
else
|
else
|
||||||
rootgrp=$([ "${{runner.os}}" == "macOS" ] && echo wheel || echo root)
|
rootgrp=$([ "${{runner.os}}" == "macOS" ] && echo wheel || echo root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user