From 9f3ff1a48e8eb08f7244217e80d5be9bb09cdb12 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 1 Aug 2018 17:13:09 +0200 Subject: fix unity package name --- templates/src/csharp/build_unitypackage.bat.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 -- cgit v1.2.3