Skip to content

Commit

Permalink
v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed Sep 19, 2024
1 parent a97cb21 commit 619ea90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "npm install lerna/yarn"
run: |
echo "======================================================================";
ls -lah || dir;
dir || ls -lah;
echo "======================================================================";
echo "npm install lerna@${{ matrix.lerna }} -g";
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: "lerna bootstrap"
run: |
echo "======================================================================";
ls -lah || dir;
dir || ls -lah;
echo "======================================================================";
echo "lerna bootstrap --npm-client=yarn";
Expand All @@ -90,15 +90,15 @@ jobs:
- name: "npm run electron:build"
run: |
echo "======================================================================";
ls -lah || dir;
dir || ls -lah;
echo "======================================================================";
echo "cd packages/gui";
echo "--------------------";
cd packages/gui;
echo "======================================================================";
ls -lah || dir;
dir || ls -lah;
echo "======================================================================";
echo "npm run electron:build";
Expand All @@ -107,7 +107,7 @@ jobs:
echo "======================================================================";
cd dist_electron;
ls -lah || dir;
dir || ls -lah;
cd ../../../;
Expand Down

0 comments on commit 619ea90

Please sign in to comment.