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'