csantanapr closed pull request #4180: update dotnet doc to use .zip with wsk cli
URL: https://github.com/apache/incubator-openwhisk/pull/4180
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/actions-dotnet.md b/docs/actions-dotnet.md
index 2e96b972f5..09c293bf5b 100644
--- a/docs/actions-dotnet.md
+++ b/docs/actions-dotnet.md
@@ -76,7 +76,7 @@ Zip the published files as follows:
 
 ```bash
 cd out
-zip -r -0 helloDotNet.bin *
+zip -r -0 helloDotNet.zip *
 ```
 
 ### Create the .NET Core Action
@@ -89,7 +89,7 @@ The value for `main` needs to be in the following format:
 To use on a deployment of OpenWhisk that contains the runtime as a kind:
 
 ```bash
-wsk action update helloDotNet helloDotNet.bin --main 
Apache.OpenWhisk.Example.Dotnet::Apache.OpenWhisk.Example.Dotnet.Hello::Main 
--kind dotnet:2.2
+wsk action update helloDotNet helloDotNet.zip --main 
Apache.OpenWhisk.Example.Dotnet::Apache.OpenWhisk.Example.Dotnet.Hello::Main 
--kind dotnet:2.2
 ```
 
 ### Invoke the .NET Core Action


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to