Skip to content

Commit 69f888d

Browse files
committed
fixed yamato script
1 parent 57391a6 commit 69f888d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)