Update build.yml

This commit is contained in:
Mark McDowall 2023-12-24 10:08:48 -08:00 committed by GitHub
parent 1ce1fe33e5
commit 1dc7899f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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