File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,6 @@ packages:
8
8
- name : renderstreaming
9
9
---
10
10
11
- publish_github_release :
12
- name : Trigger publish Webapp and templates to Github Release
13
- triggers :
14
- cancel_old_ci : true
15
- tags :
16
- only :
17
- - /^(v|V)?\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
18
- dependencies :
19
- - .yamato/upm-ci-publish-github-release.yml#publish_github_release_webapp
20
- {% for project in template_projects %}
21
- - .yamato/upm-ci-publish-github-release.yml#publish_github_release_template_{{ project.name }}
22
- {% endfor %}
23
-
24
11
publish_github_release_webapp :
25
12
name : Publish Webapp to Github Release
26
13
agent :
@@ -43,8 +30,9 @@ publish_github_release_webapp:
43
30
{% endfor %}
44
31
45
32
{% for project in template_projects %}
46
- publish_github_release_template_{{ project.name }} :
47
- name : Publish Template to Github Release {{ project.name }}
33
+ {% for editor in editors %}
34
+ publish_github_release_template_{{ project.name }}_{{ editor.version }} :
35
+ name : Publish Template to Github Release {{ project.name }} {{ editor.version }}
48
36
agent :
49
37
type : Unity::VM
50
38
image : package-ci/ubuntu:stable
@@ -58,5 +46,6 @@ publish_github_release_template_{{ project.name }}:
58
46
- sudo apt install gh
59
47
- gh release upload $GIT_TAG 'upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz' --clobber -R Unity-Technologies/UnityRenderStreaming
60
48
dependencies :
61
- - .yamato/upm-ci-template.yml#pack_{{ project.name }}
49
+ - .yamato/upm-ci-template.yml#pack_{{ project.name }}_{{ editor.version }}
50
+ {% endfor %}
62
51
{% endfor %}
You can’t perform that action at this time.
0 commit comments