Skip to content

Commit

Permalink
ci(deps): 缺少了github后面的.py导致构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
lsewcx committed Jul 16, 2024
1 parent 799303a commit 9515bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
pip install pyinstaller
- name: Build with PyInstaller (Windows)
run: |
pyinstaller --onefile --windowed github
pyinstaller --onefile --windowed github.py
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9515bcf

Please sign in to comment.