Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 13, 2022
1 parent 7f28e6a commit ed596a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ed596a7

Please sign in to comment.