Fix invalid path for copy command

This commit is contained in:
Wilken Rivera 2024-03-11 13:29:09 -04:00
parent f75a8d1693
commit bb8e1947da

View file

@ -203,7 +203,7 @@ wget https://github.com/hashicorp/packer-plugin-scaffolding/archive/refs/heads/m
unzip main.zip
cp packer-plugin-scaffolding-main/.web-docs/metadata.hcl .web-docs/
cp -r packer-plugin-scaffolding-main/.web-docs/scripts/ .web-docs/scripts/
cp .github/workflows/notify-integration-release-via-* .github/workflows/
cp packer-plugin-scaffolding-main/.github/workflows/notify-integration-release-via-* .github/workflows/
# Remove downloaded scaffolding project
rm main.zip