We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d44dbc commit 7e927edCopy full SHA for 7e927ed
.yamato/upm-ci-publish-github-release.yml
@@ -44,7 +44,9 @@ publish_github_release_template_{{ project.name }}_{{ editor.version }}:
44
- sudo apt-add-repository https://cli.github.com/packages
45
- sudo apt update
46
- sudo apt install gh
47
- - gh release upload $GIT_TAG 'upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz' --clobber -R Unity-Technologies/UnityRenderStreaming
+ - |
48
+ file=`find upm-ci~/packages -name "*.tgz" -print`
49
+ gh release upload $GIT_TAG $file --clobber -R Unity-Technologies/UnityRenderStreaming
50
dependencies:
51
- .yamato/upm-ci-template.yml#pack_{{ project.name }}_{{ editor.version }}
52
{% endfor %}
0 commit comments