Update path for openapi spec

This commit is contained in:
Cody Robibero 2021-09-25 07:51:55 -06:00
parent d156d49113
commit 5e8d58a6a6
1 changed files with 1 additions and 1 deletions

View File

@ -95,5 +95,5 @@ jobs:
displayName: 'Publish OpenAPI Artifact'
condition: and(succeeded(), eq(variables['Agent.OS'], 'Linux'))
inputs:
targetPath: "tests/Jellyfin.Server.Integration.Tests/bin/Release/net5.0/openapi.json"
targetPath: "tests/Jellyfin.Server.Integration.Tests/bin/Release/net6.0/openapi.json"
artifactName: 'OpenAPI Spec'