Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Nov 4, 2024
1 parent f224cbe commit 2428ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion workspace/autogen/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ fn main() {
.add_job("test", job)
.unwrap();

workflow.write(format!("{}/../../.github/workflow/ci.yml",env!("CARGO_MANIFEST_DIR"))).unwrap();
workflow.write(format!("{}/../../.github/workflows/ci.yml",env!("CARGO_MANIFEST_DIR"))).unwrap();
}

0 comments on commit 2428ae0

Please sign in to comment.