diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7d1411a..1c339c2 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,9 +21,9 @@ jobs: with: dotnet-version: 6.0.x - name: Restore dependencies - run: dotnet restore -f spworlds-csharp-library + run: dotnet restore -f spworlds-csharp-library.sln - name: Build - run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library + run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library.sln - name: Test run: dotnet test --no-build --verbosity normal - name: Publish