Fix output file (#5868)

This commit is contained in:
Aleksandr Chebotov
2022-07-06 19:20:15 +03:00
committed by GitHub
parent 4c876760ca
commit 29468988d5
+2 -2
View File
@@ -111,7 +111,7 @@ build {
"./provision/core/xcode-clt.sh", "./provision/core/xcode-clt.sh",
"./provision/core/homebrew.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" { provisioner "shell" {
scripts = [ scripts = [
@@ -241,7 +241,7 @@ build {
provisioner "file" { provisioner "file" {
destination = "../image-output/" destination = "../image-output/"
direction = "download" direction = "download"
source = "./image-generation/output/*" source = "./image-generation/output/"
} }
provisioner "shell" { provisioner "shell" {
scripts = [ scripts = [