diff --git a/.github/workflows/squad-ci.yml b/.github/workflows/squad-ci.yml index ab441e3..a007a8b 100644 --- a/.github/workflows/squad-ci.yml +++ b/.github/workflows/squad-ci.yml @@ -77,7 +77,7 @@ jobs: run: dotnet restore - name: Build solution - run: dotnet build IssueTracker.slnx --configuration Release --no-restore + run: dotnet build IssueManager.slnx --configuration Release --no-restore - name: Run Tests id: run-tests