From 9dcf5f13e859cb55c98e535e9e217df5594b2971 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 18:04:45 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09be28bd..f267a034 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,9 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Build the app 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 - name: Compression output shell: bash