Fix variable name in pipeline

This commit is contained in:
mcarlton00 2020-08-08 18:56:11 -04:00
parent 564982919d
commit 9702ce409a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ steps:
inputs: inputs:
sshEndpoint: repository sshEndpoint: repository
sourceFolder: '${Agent.BuildDirectory}' sourceFolder: '${Agent.BuildDirectory}'
contents: 'plugin.video.jellyfin-${{ py-version }}.zip' contents: 'plugin.video.jellyfin-${{ py_version }}.zip'
targetFolder: '/srv/repository/incoming/kodi' targetFolder: '/srv/repository/incoming/kodi'
condition: startsWith(variables['Build.SourceBranch'], 'refs/tags') condition: startsWith(variables['Build.SourceBranch'], 'refs/tags')