From 5653f3c56afb730efecfda2f6026d474712d572e Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 17:53:29 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa9d12a7..09be28bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,6 @@ jobs: - name: Build the app env: INCLUDE: ${{env.INCLUDE}}:"C:\Program Files (x86)\FFmpeg\include" - LIB: ${{env.LIB}}:"C:\Program Files (x86)\FFmpeg\lib" run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo - name: Compression output shell: bash