From dc88e92c4fae3feac8116a6205d532db86c25a68 Mon Sep 17 00:00:00 2001 From: nickvines Date: Mon, 5 Jan 2026 15:49:48 -0800 Subject: [PATCH] Fix vrelease workflow to use vlinux/vmacos workflow names --- src/github.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);