Skip to content

Commit

Permalink
Fix GitHub release assets again
Browse files Browse the repository at this point in the history
(cherry picked from commit 11c1c6e)
  • Loading branch information
nielsvanvelzen committed Sep 12, 2020
1 parent 09aae41 commit f1e7089
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: |
$(Build.SourcesDirectory)/**/distributions/*-${JELLYFIN_VERSION}.zip
$(Build.SourcesDirectory)/**/libs/*-${JELLYFIN_VERSION}.jar
$(Build.SourcesDirectory)/**/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 f1e7089

Please sign in to comment.