Skip to content

Commit 2af98c7

Browse files
committed
Support yaml and yml extensions in build script.
1 parent 5232592 commit 2af98c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflows/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn main() -> Result<()> {
4141
.to_str()
4242
.expect("OsStr should convert to str")
4343
.replace(".yaml", "")
44+
.replace(".yml", "")
4445
.to_case(Case::Snake);
4546
println!("file name is {:?}", file_name);
4647

0 commit comments

Comments
 (0)