mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update release.yml
This commit is contained in:
parent
5653f3c56a
commit
9dcf5f13e8
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -47,7 +47,9 @@ jobs:
|
|||||||
uses: ilammy/msvc-dev-cmd@v1
|
uses: ilammy/msvc-dev-cmd@v1
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
env:
|
env:
|
||||||
INCLUDE: ${{env.INCLUDE}}:"C:\Program Files (x86)\FFmpeg\include"
|
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
|
||||||
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
|
||||||
- name: Compression output
|
- name: Compression output
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user