diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 7e2a3d0..8bb9768 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -25,17 +25,15 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v4 - with: - dotnet-version: 2.2.108 - name: Restore with .NET Core run: dotnet restore - - name: Build using Mono - run: msbuild *.sln "/p:Configuration=Release" + - name: Build using .NET Core + run: dotnet build SpringCollab2020.sln --configuration Release --no-restore - name: Upload artifact - uses: actions/upload-artifact@v4.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: main path: bin/Release/net452