From b64498f5c186172671cd47624256920a4eab7d7b Mon Sep 17 00:00:00 2001 From: Daniel Espinosa Date: Wed, 23 Oct 2024 10:41:54 -0700 Subject: [PATCH] updated yaml --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34cda23..b22e37e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,10 +16,9 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: | - 8.0.x + dotnet-version: 8.0.x - name: Install dependencies - run: dotnet restore + run: dotnet restore KoenZomers.Ring.RecordingDownload.sln - name: Build run: dotnet build --configuration Release --no-restore