diff --git a/src/github.rs b/src/github.rs index 3323d65..f44087c 100644 --- a/src/github.rs +++ b/src/github.rs @@ -194,7 +194,7 @@ pub async fn command_fetch_release_distributions(args: &ArgMatches) -> Result<() .filter_map(|wf| { if matches!( wf.path.as_str(), - ".github/workflows/vmac.yml" + ".github/workflows/vmacos.yml" | ".github/workflows/vlinux.yml" ) { workflow_names.insert(wf.id, wf.name);