mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 01:37:44 +00:00
azure-pipeline: add replace for GitHub release attachements upload.
This commit is contained in:
parent
0784e0784c
commit
65e93ce137
1 changed files with 1 additions and 0 deletions
|
@ -363,6 +363,7 @@ stages:
|
||||||
tag: v$(Build.BuildNumber)
|
tag: v$(Build.BuildNumber)
|
||||||
title: v$(Build.BuildNumber)
|
title: v$(Build.BuildNumber)
|
||||||
assets: $(Build.ArtifactStagingDirectory)/drop/*
|
assets: $(Build.ArtifactStagingDirectory)/drop/*
|
||||||
|
assetUploadMode: replace
|
||||||
isDraft: true
|
isDraft: true
|
||||||
addChangeLog: true
|
addChangeLog: true
|
||||||
compareWith: lastNonDraftRelease
|
compareWith: lastNonDraftRelease
|
||||||
|
|
Loading…
Reference in a new issue