From 4939e2050ff6d116316bc9b3df8c03d7c5584744 Mon Sep 17 00:00:00 2001 From: SMG Date: Sat, 9 Mar 2024 21:21:10 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c6fad86..455d699a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: .NET Core Desktop +name: Compile Release on: push: @@ -19,10 +19,10 @@ jobs: uses: NuGet/setup-nuget@v2 - name: Restore Packages - run: nuget restore MySolution.sln + run: nuget restore "Smash Forge.sln" - name: Build solution - run: msbuild MySolution.sln -t:rebuild -property:Configuration=Release + run: msbuild "Smash Forge.sln" -t:rebuild -property:Configuration=Release - name: Create Zip if: github.ref == 'refs/heads/master'