diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cb66674..28b7deb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: - name: Build Executable run: | - pyinstaller --clean --distpath=dist dist/pywxdump.spec + pyinstaller --clean --distpath=dist dist/pywxdump.spec - name: test run: |