Fix azure

This commit is contained in:
Bond_009 2021-03-01 20:03:15 +01:00
parent afc70b28d4
commit bbbb811e72
1 changed files with 1 additions and 1 deletions

View File

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