Skip to content

Commit

Permalink
fixed yamato script
Browse files Browse the repository at this point in the history
  • Loading branch information
karasusan committed Sep 13, 2019
1 parent 57391a6 commit 69f888d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .yamato/upm-ci-publish-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ publish_github_release:
flavor: b1.large
commands:
- npm install github-release-cli -g
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.webrtc-%GIT_TAG%.tgz"
- github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming" -t "%GIT_TAG%" -n "%GIT_TAG%" "artifacts/webrtc-win.zip"
- github-release upload -o "Unity-Technologies" -r "com.unity.webrtc" -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.webrtc-%GIT_TAG%.tgz"
- github-release upload -o "Unity-Technologies" -r "com.unity.webrtc" -t "%GIT_TAG%" -n "%GIT_TAG%" "artifacts/webrtc-win.zip"
triggers:
tags:
only:
Expand Down

0 comments on commit 69f888d

Please sign in to comment.