mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Update release.yml
This commit is contained in:
parent
b856291a4b
commit
153266d1a6
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
run: |
|
||||
if [[ "${{runner.os}}" == "Windows" ]]; then
|
||||
choco install ffmpeg-shared
|
||||
ls -Rl "/C/Program Files (x86)/FFmpeg"
|
||||
ls -Rl "/C/Program Files/FFmpeg"
|
||||
elif [[ "${{runner.os}}" == "macOS" ]]; then
|
||||
brew install ffmpeg
|
||||
else
|
||||
@ -48,9 +48,9 @@ jobs:
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Build the app
|
||||
env:
|
||||
INCLUDE: ${{env.INCLUDE}};C:\Program Files (x86)\FFmpeg\include
|
||||
LIB: ${{env.LIB}};C:\Program Files (x86)\FFmpeg\lib
|
||||
LIBPATH: ${{env.LIBPATH}};C:\Program Files (x86)\FFmpeg\lib
|
||||
INCLUDE: ${{env.INCLUDE}};C:\Program Files\FFmpeg\include
|
||||
LIB: ${{env.LIB}};C:\Program Files\FFmpeg\lib
|
||||
LIBPATH: ${{env.LIBPATH}};C:\Program Files\FFmpeg\lib
|
||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||
- name: Compression output
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user