From ccda050c5d7a46c60711cf5ba1f7893a7887ff5d Mon Sep 17 00:00:00 2001 From: Roberto <107645954+intcooper@users.noreply.github.com> Date: Mon, 20 May 2024 12:26:56 +0200 Subject: [PATCH] Fix create release script --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 8a021a6..1a9eb68 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -68,7 +68,7 @@ jobs: - name: Install .NET Core uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0-windows10.0.22000.0 + dotnet-version: 6.0.x # Add MSBuild to the PATH (https://github.com/microsoft/setup-msbuild) - name: Setup MSBuild.exe