From 69f888d82723d329d117328877116f6fecd2b683 Mon Sep 17 00:00:00 2001 From: kazuki matsumoto Date: Fri, 13 Sep 2019 17:50:40 +0900 Subject: [PATCH] fixed yamato script --- .yamato/upm-ci-publish-github-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.yamato/upm-ci-publish-github-release.yml b/.yamato/upm-ci-publish-github-release.yml index 74234a8167..16f8304950 100644 --- a/.yamato/upm-ci-publish-github-release.yml +++ b/.yamato/upm-ci-publish-github-release.yml @@ -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: