From 4eb3fe89c96d519a86eed67ec2a87e4e4aa8c8fc Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 16:30:03 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dea5009f..212723d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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