diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 727c63429..b33e6daf9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,4 +35,4 @@ jobs: fi - name: Build Backend shell: bash - run: dotnet msbuild -restore ./src/Sonarr.sln -p:Configuration=Release -p:Platform=Windows -t:PublishAllRids + run: dotnet msbuild -restore ${{SOLUTION_FILE}} -p:Configuration=Release -p:Platform=Windows -t:PublishAllRids