Skip to content

Commit

Permalink
更新CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Aug 21, 2023
1 parent 907e456 commit 5f294b3
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pyinstaller-win-shawn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ jobs:
build-win-amd64:
runs-on: windows-latest
steps:
- name: download frontend
uses: actions/checkout@v3
with:
repository: ArkMowers/mower-ui
path: mower-ui

- name: download source
uses: actions/checkout@v3
with:
Expand All @@ -39,10 +33,10 @@ jobs:


- name: build frontend
working-directory: ./mower-ui
working-directory: ./main/ui
shell: bash
run: |
npm install
npm ci
npm run build
cp -r dist ../main/
Expand All @@ -52,7 +46,6 @@ jobs:
run: |
python -m venv venv
venv\Scripts\pip install -r requirements.txt
venv\Scripts\pip install pyinstaller Flask flask-sock flask-cors pywebview
- name: Patch Paddle
working-directory: ./main
shell: cmd
Expand Down

0 comments on commit 5f294b3

Please sign in to comment.