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