mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-23 01:53:38 +02:00
Fix azure
This commit is contained in:
parent
afc70b28d4
commit
bbbb811e72
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue