From 7f7a16f5e1b5fb9f69217fbdab48aef96ba966aa Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 21 Nov 2022 23:19:37 +0800 Subject: [PATCH] chore: udpate workflows config. --- .github/workflows/win.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index cc01308..06bd9aa 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -15,7 +15,6 @@ jobs: - run: npm install - run: npm run build - - uses: actions/upload-artifact@v3 - with: - name: dist - path: dist/** + - run: | + cd ${{ github.workspace }} + ls