From 29468988d588aa97bef504789a476b7b9c233d40 Mon Sep 17 00:00:00 2001 From: Aleksandr Chebotov <47745270+al-cheb@users.noreply.github.com> Date: Wed, 6 Jul 2022 18:20:15 +0200 Subject: [PATCH] Fix output file (#5868) --- images/macos/templates/macOS-12.anka.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/macos/templates/macOS-12.anka.pkr.hcl b/images/macos/templates/macOS-12.anka.pkr.hcl index 7a4d3c629..2eb1366b0 100644 --- a/images/macos/templates/macOS-12.anka.pkr.hcl +++ b/images/macos/templates/macOS-12.anka.pkr.hcl @@ -111,7 +111,7 @@ build { "./provision/core/xcode-clt.sh", "./provision/core/homebrew.sh" ] - execute_command = "chmod +x {{ .Path }}; source $HOME/.bash_profile; {{ .Vars }} {{ .Path }}" + execute_command = "chmod +x {{ .Path }}; source $HOME/.bash_profile; {{ .Vars }} {{ .Path }}" } provisioner "shell" { scripts = [ @@ -241,7 +241,7 @@ build { provisioner "file" { destination = "../image-output/" direction = "download" - source = "./image-generation/output/*" + source = "./image-generation/output/" } provisioner "shell" { scripts = [