File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ publish_github_release:
1212 flavor : b1.large
1313 commands :
1414 - npm install github-release-cli -g
15- - github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming " -t "%GIT_TAG%" -n "%GIT_TAG%" "upm-ci~/packages/com.unity.webrtc-%GIT_TAG%.tgz"
16- - github-release upload -o "Unity-Technologies" -r "UnityRenderStreaming " -t "%GIT_TAG%" -n "%GIT_TAG%" "artifacts/webrtc-win.zip"
15+ - 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"
16+ - github-release upload -o "Unity-Technologies" -r "com.unity.webrtc " -t "%GIT_TAG%" -n "%GIT_TAG%" "artifacts/webrtc-win.zip"
1717 triggers :
1818 tags :
1919 only :
You can’t perform that action at this time.
0 commit comments