Fix output file (#5868)
This commit is contained in:
@@ -241,7 +241,7 @@ build {
|
||||
provisioner "file" {
|
||||
destination = "../image-output/"
|
||||
direction = "download"
|
||||
source = "./image-generation/output/*"
|
||||
source = "./image-generation/output/"
|
||||
}
|
||||
provisioner "shell" {
|
||||
scripts = [
|
||||
|
||||
Reference in New Issue
Block a user