From 2b8da90321b50852e3524436f8185a274a3c594b Mon Sep 17 00:00:00 2001 From: StarNumber <64470722+StarNumber12046@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:31:53 +0100 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6f1bd07..a739d27 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - name: Build - run: dotnet publish -c Release -o ../publish -r windows-x64 --self-contained true /p:UseAppHost=true + run: dotnet publish -c Release -o ../publish -r win-x64 --self-contained true /p:UseAppHost=true - name: Run tree run: tree .