publish test

This commit is contained in:
xaoyo 2023-11-28 18:23:50 +08:00
parent 2e9a8bf3ef
commit 07c28a584a

View File

@ -39,7 +39,7 @@ jobs:
- name: Build Executable
run: |
pyinstaller --clean --distpath=dist tests/dist/pywxdump.spec
pyinstaller --clean --distpath=dist dist/pywxdump.spec
- name: test
run: |