File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,15 +113,15 @@ build {
113113 ]
114114
115115 provisioner "file" {
116- content = templatefile (" ../../ start-runner.ps1" , {
117- start_runner = templatefile (" ../../ templates/start-runner.ps1" , {})
116+ content = templatefile (" ../start-runner.ps1" , {
117+ start_runner = templatefile (" ../templates/start-runner.ps1" , {})
118118 })
119119 destination = " C:\\ start-runner.ps1"
120120 }
121121
122122 provisioner "powershell" {
123123 inline = concat ([
124- templatefile (" ../.. /windows-provisioner.ps1" , {
124+ templatefile (" ./windows-provisioner.ps1" , {
125125 action_runner_url = " https://github.com/actions/runner/releases/download/v${ local . runner_version } /actions-runner-win-x64-${ local . runner_version } .zip"
126126 })
127127 ], var. custom_shell_commands )
You can’t perform that action at this time.
0 commit comments