Skip to content

Commit 7e927ed

Browse files
committed
[skip ci] fix commands
1 parent 4d44dbc commit 7e927ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.yamato/upm-ci-publish-github-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ publish_github_release_template_{{ project.name }}_{{ editor.version }}:
4444
- sudo apt-add-repository https://cli.github.com/packages
4545
- sudo apt update
4646
- sudo apt install gh
47-
- gh release upload $GIT_TAG 'upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz' --clobber -R Unity-Technologies/UnityRenderStreaming
47+
- |
48+
file=`find upm-ci~/packages -name "*.tgz" -print`
49+
gh release upload $GIT_TAG $file --clobber -R Unity-Technologies/UnityRenderStreaming
4850
dependencies:
4951
- .yamato/upm-ci-template.yml#pack_{{ project.name }}_{{ editor.version }}
5052
{% endfor %}

0 commit comments

Comments
 (0)