Change artifact name

This commit is contained in:
Matt 2020-08-21 18:55:22 -04:00
parent 4e2c8a0af3
commit d55cf49bf2

View file

@ -29,7 +29,7 @@ steps:
displayName: 'Publish ${{ py_version }} artifact'
inputs:
targetPath: '$(Build.ArtifactStagingDirectory)/plugin.video.jellyfin-${{ py_version }}.zip'
artifactName: 'plugin.video.jellyfin-${{ py_version }}-$(Build.BuildNumber).zip'
artifactName: 'plugin.video.jellyfin-${{ py_version }}-$(Build.BuildNumber)'
- task: CopyFilesOverSSH@0
displayName: 'Upload to repo server'