diff --git a/src/github.rs b/src/github.rs index 3fce9e9c..5197e775 100644 --- a/src/github.rs +++ b/src/github.rs @@ -122,7 +122,7 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<() .filter_map(|wf| { if matches!( wf.path.as_str(), - ".github/workflows/darwin.yml" + ".github/workflows/macos.yml" | ".github/workflows/linux.yml" | ".github/workflows/windows.yml" ) {