diff --git a/runner/main.go b/runner/main.go
index a1387cdb0a1c595dc1fd0362e9286edb156c82e5_cnVubmVyL21haW4uZ28=..a7d14d1adec78a5c30508c7b01fbfc1bc7ddb4bf_cnVubmVyL21haW4uZ28= 100644
--- a/runner/main.go
+++ b/runner/main.go
@@ -72,7 +72,7 @@
 				fmt.Printf("\n%s\n\n", strings.Join(stdErr, "\n"))
 				return fmt.Errorf("failed to run command: %w", err)
 			}
-			if tmpFile, err := ioutil.TempFile(tmpDir, fmt.Sprintf("compiled-%s-", name)); err != nil {
+			if tmpFile, err := ioutil.TempFile(tmpDir, fmt.Sprintf("compiled-%s-*.yaml", name)); err != nil {
 				return fmt.Errorf("cannot create compiled file: %w", err)
 			} else {
 				defer tmpFile.Close()