From 98a73126d7dee2f951509ebabf44c46e8b0ad48d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 21 Nov 2022 23:12:41 +0800 Subject: [PATCH] chore: udpate workflows config. --- .github/workflows/win.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 1e3bfae8..cc013082 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -15,6 +15,7 @@ jobs: - run: npm install - run: npm run build - - uses: pCYSl5EDgo/cat@master + - uses: actions/upload-artifact@v3 with: - path: dist/data.json + name: dist + path: dist/**