From 93fef68e131fb2c0443baad285f65c7448060f4a Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Wed, 29 Nov 2023 22:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=832.2.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |