Update release.yml

This commit is contained in:
Zoe Roux 2021-04-16 17:53:29 +02:00
parent c36796f9f6
commit 5653f3c56a

View File

@ -48,7 +48,6 @@ jobs:
- 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"
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