From 82bdcc9446cc9e80e4cd1b735f6807721d1e4fdd Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 16 Apr 2021 16:30:45 +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 212723d8..7bc40c2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,6 @@ jobs: fi - name: Enabling windows compilations tools uses: ilammy/msvc-dev-cmd@v1 - if: ${{"${{matrix.os}}" == "Windows"}} - name: Build the app run: dotnet publish -r ${{matrix.runtime}} -c Release -o dist Kyoo - name: Compression output