Skip to content

Commit

Permalink
[skip ci] fix commands
Browse files Browse the repository at this point in the history
  • Loading branch information
karasusan committed Mar 22, 2021
1 parent 4d44dbc commit 7e927ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .yamato/upm-ci-publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ publish_github_release_template_{{ project.name }}_{{ editor.version }}:
- sudo apt-add-repository https://cli.github.com/packages
- sudo apt update
- sudo apt install gh
- gh release upload $GIT_TAG 'upm-ci~/packages/{{ project.packagename }}-%GIT_TAG%.tgz' --clobber -R Unity-Technologies/UnityRenderStreaming
- |
file=`find upm-ci~/packages -name "*.tgz" -print`
gh release upload $GIT_TAG $file --clobber -R Unity-Technologies/UnityRenderStreaming
dependencies:
- .yamato/upm-ci-template.yml#pack_{{ project.name }}_{{ editor.version }}
{% endfor %}
Expand Down

0 comments on commit 7e927ed

Please sign in to comment.