diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 52f8d9f7c..718a28dbd 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -41,7 +41,7 @@ jobs: - name: Install vpk run: dotnet tool install -g vpk - name: Restore dependencies - run: dotnet restore + run: nuget restore - name: Build run: dotnet build --no-restore -c Release - name: Initialize Service