Skip to content

Commit

Permalink
Merge pull request #88 from nielsvanvelzen/azure-assets-missing
Browse files Browse the repository at this point in the history
Fix assets not uploaded on release
  • Loading branch information
nielsvanvelzen authored Aug 19, 2020
2 parents faea935 + 1bcce1a commit 39ba7d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ jobs:
gitHubConnection: Jellyfin Release Download
repositoryName: jellyfin/jellyfin-apiclient-java
assets: |
**/distributions/*-${JELLYFIN_VERSION}.zip
**/libs/*-${JELLYFIN_VERSION}.jar
**/libs/*-${JELLYFIN_VERSION}-sources.jar
$(Build.SourcesDirectory)/**/distributions/*-${JELLYFIN_VERSION}.zip
$(Build.SourcesDirectory)/**/libs/*-${JELLYFIN_VERSION}.jar
$(Build.SourcesDirectory)/**/libs/*-${JELLYFIN_VERSION}-sources.jar
action: 'edit'
assetUploadMode: 'replace'
tag: '$(JELLYFIN_VERSION)'

0 comments on commit 39ba7d2

Please sign in to comment.