Skip to content

Commit

Permalink
修复actions文件
Browse files Browse the repository at this point in the history
  • Loading branch information
QSlotus committed Nov 27, 2024
1 parent 2a0affb commit a2e9b0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build executable
run: pyinstaller -F -w gui.py

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: gui
path: dist/
# - name: Upload artifact
# uses: actions/upload-artifact@v2
# with:
# name: gui
# path: dist/

0 comments on commit a2e9b0a

Please # to comment.