From 25587ac4223922c1e5c55c2dc10f91ed935a8f47 Mon Sep 17 00:00:00 2001 From: Misaka-ZeroTwo <45165615+Misaka-ZeroTwo@users.noreply.github.com> Date: Fri, 17 Nov 2023 14:27:49 -0500 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a48f80b..b861130 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -31,7 +31,7 @@ jobs: - name: setup-msbuild uses: microsoft/setup-msbuild@v1.1.3 - - name: Build QQBOT for release + - name: Build EndConditions for release run: msbuild EndConditions\EndConditions.csproj -t:build -verbosity:diag -property:Configuration=Release - name: Upload artifacts