diff --git a/docs/providers/aws/examples/hello-world/csharp/serverless.yml b/docs/providers/aws/examples/hello-world/csharp/serverless.yml index f35b67f44..d0c88fae9 100644 --- a/docs/providers/aws/examples/hello-world/csharp/serverless.yml +++ b/docs/providers/aws/examples/hello-world/csharp/serverless.yml @@ -46,7 +46,7 @@ provider: # you can add packaging information here package: - artifact: bin/Release/netcoreapp1.0/publish/deploy-package.zip + artifact: bin/release/netcoreapp1.0/publish/deploy-package.zip # exclude: # - exclude-me.js # - exclude-me-dir/**