Update release.yml

This commit is contained in:
Zoe Roux 2021-04-16 16:30:03 +02:00
parent 41c1466308
commit 4eb3fe89c9

View File

@ -44,7 +44,7 @@ jobs:
fi
- name: Enabling windows compilations tools
uses: ilammy/msvc-dev-cmd@v1
if: ${{"${{runner.os}}" == "Windows"}}
if: ${{"${{matrix.os}}" == "Windows"}}
- name: Build the app
run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo
- name: Compression output