We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5232592 commit 2af98c7Copy full SHA for 2af98c7
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