Skip to content

Commit

Permalink
更新work 脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryliang122 committed Feb 20, 2023
1 parent f7e9e0f commit 288298c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-windows-executable-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Upload Windows Executable main
name: build main

on:
pull_request:
Expand All @@ -19,11 +19,13 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip
pip install poetry
poetry install
- name: Build Windows Executable
run: |
poetry install
C:\Users\runneradmin\AppData\Local\pypoetry\Cache\virtualenvs\working-cif-service-NxTJ2SoF-py3.9\Scripts\python.exe -m pip uninstall pathlib -y
poetry run pyinstaller -F -w main.py
cp -r init_conf dist/
Expand Down

0 comments on commit 288298c

Please sign in to comment.