diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02a1225..bba71c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0.x - - name: Restore dependencies + - name: Restore Dependencies run: dotnet restore - name: Build shell: bash