We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5232592 + 2af98c7 commit cc9a5e3Copy full SHA for cc9a5e3
1 file changed
workflows/build.rs
@@ -41,6 +41,7 @@ fn main() -> Result<()> {
41
.to_str()
42
.expect("OsStr should convert to str")
43
.replace(".yaml", "")
44
+ .replace(".yml", "")
45
.to_case(Case::Snake);
46
println!("file name is {:?}", file_name);
47
0 commit comments