Skip to content

Commit

Permalink
fix unity package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Aug 2, 2018
1 parent abcb0fd commit 9f3ff1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/csharp/build_unitypackage.bat
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ copy /Y Grpc.HealthCheck\bin\Release\net45\Google.Protobuf.dll unitypackage\unit

@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

Expand Down
2 changes: 1 addition & 1 deletion templates/src/csharp/build_unitypackage.bat.template
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f3ff1a

Please sign in to comment.