From ed596a740336f10e5222fb28b274710558431cd6 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Tue, 13 Sep 2022 12:40:35 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5552b8f..5cbaeb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,8 @@ jobs: run: npm run deps - run: npm run build:app + - working-directory: electron/app/dist + run: ls -R - uses: actions/upload-artifact@v3 with: @@ -174,6 +176,8 @@ jobs: run: npm run deps - run: npm run build:app + - working-directory: electron/app/dist + run: ls -R - uses: actions/upload-artifact@v3 with: @@ -205,6 +209,8 @@ jobs: run: npm run deps - run: npm run build:app + - working-directory: electron/app/dist + run: ls -R - uses: actions/upload-artifact@v3 with: