Fix invalid path for copy command

pull/12878/head
Wilken Rivera 2 years ago
parent f75a8d1693
commit bb8e1947da

@ -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

Loading…
Cancel
Save