Publishing ffmpeg's dll with windows artifact

This commit is contained in:
Zoe Roux 2021-04-17 00:13:24 +02:00
parent 61edd45a52
commit 5c66e1f837

View File

@ -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)