Skip to content

Commit

Permalink
fix another missing variable for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
dkanada authored Jun 15, 2020
1 parent 30aa6d3 commit 2d05baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
inputs:
sshEndpoint: repository
runOptions: 'inline'
inline: 'cd /srv/repository/releases/client/chromecast && rm -rf *.zip && ln -s versions/$(TAG)/jellyfin-chromecast-$(ArtifactSuffix)-$(TAG).zip .'
inline: 'cd /srv/repository/releases/client/chromecast && rm -rf *.zip && ln -s versions/$(TAG)/jellyfin-chromecast-$(BuildConfiguration)-$(TAG).zip .'

- job: Production
displayName: 'Production'
Expand Down

0 comments on commit 2d05baf

Please sign in to comment.