File tree 1 file changed +2
-3
lines changed
eng/pipelines/templates/jobs
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 8
8
- download : current
9
9
displayName : Download $(PipelineArtifactName)_packed
10
10
artifact : $(PipelineArtifactName)_packed
11
- targetPath : $(Pipeline.Workspace)/drop
12
11
13
12
- template : /eng/common/pipelines/templates/steps/retain-run.yml
14
13
17
16
"$(Version)" `
18
17
--title "$(Version)"
19
18
20
- gh release upload $(Version) $(Pipeline.Workspace)/drop /platform/*.tgz
21
- gh release upload $(Version) $(Pipeline.Workspace)/drop /wrapper/*.tgz
19
+ gh release upload $(Version) $(Pipeline.Workspace)/$(PipelineArtifactName)_packed /platform/*.tgz
20
+ gh release upload $(Version) $(Pipeline.Workspace)/$(PipelineArtifactName)_packed /wrapper/*.tgz
22
21
displayName: Create GitHub Release and upload artifacts
23
22
env:
24
23
GH_TOKEN: $(azuresdk-github-pat)
You can’t perform that action at this time.
0 commit comments