From 1dec4d2fdb8c1f4ac0a83d2b8e1ad7c6f99268e6 Mon Sep 17 00:00:00 2001 From: nickvines Date: Mon, 5 Jan 2026 15:39:29 -0800 Subject: [PATCH] Fix vrelease workflow to use vlinux/vmac instead of linux/macos --- src/github.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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);