Skip to content

Commit 57020b5

Browse files
authored
Update build.yml
1 parent def387e commit 57020b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
run: |
2626
pip install -r requirements.txt
2727
28-
- name: Build with PyInstaller
28+
- name: Buile with Pyinstaller
29+
shell: cmd
2930
run: |
30-
pack.bat
31+
build.bat
3132
3233
- name: Upload build artifact
3334
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)