From 8399eafe6e7a001e5e4037d2e35c412baf6f837d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 21 Nov 2022 23:28:07 +0800 Subject: [PATCH] chore: udpate workflows config. --- .github/workflows/win.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 06bd9aa..22d495f 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -18,3 +18,10 @@ jobs: - run: | cd ${{ github.workspace }} ls + cd dist + ls + + - uses: actions/upload-artifact@v3 + with: + name: dist + path: ${{ github.workspace }}\dist\**\* \ No newline at end of file