From a571d5df3b05786d8f542a4ed1c9df36f0e55b92 Mon Sep 17 00:00:00 2001 From: Changhua Date: Wed, 30 Apr 2025 11:29:25 +0800 Subject: [PATCH] chore(ci): fix output path --- .github/workflows/build-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 3d09895..972c09a 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -82,5 +82,5 @@ jobs: with: name: wechatferry-binaries path: | - WeChatFerry/WeChatFerry/Out/*.dll - WeChatFerry/WeChatFerry/Out/*.md + WeChatFerry/Out/*.dll + WeChatFerry/Out/*.md