Skip to content

Commit 4250145

Browse files
Appveyor needs relative path for artifacts
1 parent 3eacb8f commit 4250145

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ build_script:
2323
- ps: dotnet build .\RadarrAPI\RadarrAPI.csproj -c Release
2424

2525
artifacts:
26-
- path: 'C:\projects\lidarrapi-update\RadarrAPI\bin\Any CPU\Release\netcoreapp1.1\RadarrAPI.dll'
26+
- path: '.\RadarrAPI\bin\Any CPU\Release\netcoreapp1.1\RadarrAPI.dll'

0 commit comments

Comments
 (0)