aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-01 17:13:09 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-02 08:14:35 +0200
commit9f3ff1a48e8eb08f7244217e80d5be9bb09cdb12 (patch)
treea29f1136c10550a2fafb80e930f4545dd1ecbb1b /templates
parentabcb0fd756628292deaa8f31706c720daaa05380 (diff)
fix unity package name
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/src/csharp/build_unitypackage.bat.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/csharp/build_unitypackage.bat.template b/templates/src/csharp/build_unitypackage.bat.template
index 2f95161a20..f5af9225c5 100755
--- a/templates/src/csharp/build_unitypackage.bat.template
+++ b/templates/src/csharp/build_unitypackage.bat.template
@@ -71,7 +71,7 @@
@rem create a zipfile that will act as a Unity package
powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.ZipFile]::CreateFromDirectory('unitypackage\unitypackage_skeleton', 'grpc_unity_package.zip');"
- copy /Y grpc_unity_package.zip ..\..\artifacts\grpc_unity_package.%%VERSION%.zip || goto :error
+ copy /Y grpc_unity_package.zip ..\..\artifacts\grpc_unity_package.%VERSION%.zip || goto :error
goto :EOF