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 {
113
113
]
114
114
115
115
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" , {})
118
118
})
119
119
destination = " C:\\ start-runner.ps1"
120
120
}
121
121
122
122
provisioner "powershell" {
123
123
inline = concat ([
124
- templatefile (" ../.. /windows-provisioner.ps1" , {
124
+ templatefile (" ./windows-provisioner.ps1" , {
125
125
action_runner_url = " https://github.com/actions/runner/releases/download/v${ local . runner_version } /actions-runner-win-x64-${ local . runner_version } .zip"
126
126
})
127
127
], var. custom_shell_commands )
You can’t perform that action at this time.
0 commit comments