diff --git a/website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md b/website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md index 9916fd871..ca0b1a2d8 100644 --- a/website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md +++ b/website/source/guides/packer-on-cicd/upload-images-to-artifact.html.md @@ -41,5 +41,5 @@ In your build configuration in TeamCity Server, add an additional **Build Step: Command Line** and set the **Script content** field to the following: ```shell -awscli s3 cp . s3://bucket/ --exclude “*” --include “*.iso” +awscli s3 cp . s3://bucket/ --exclude “*” --include “*.ovf" ```