mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
Fix output file (#5868)
This commit is contained in:
committed by
GitHub
parent
4c876760ca
commit
29468988d5
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user