Skip to content

Commit

Permalink
更新 build-canary.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yeying-xingchen authored May 7, 2024
1 parent 48f0aac commit 8573249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Build code
run: |
pip install pyinstaller
pyinstaller -F -i logo.png -w main.py -p core.py --hidden-import core
pyinstaller -F main.py -p core.py --hidden-import core
- name: Publish package
uses: actions/upload-artifact@v4
with:
name: Windows-Canary
path: D:\a\deploy\deploy\deploy\dist\__init__.exe
path: .\dist\__init__.exe
if-no-files-found: error

0 comments on commit 8573249

Please sign in to comment.