From a7ac687547d43686acc5259639708dc5fac7aecc Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Tue, 9 Jan 2024 23:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=96=87=E4=BB=B6=E6=89=93=E5=8C=85zi?= =?UTF-8?q?p,=E8=87=AA=E5=8A=A8=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f59a0bac..a9cb5bb2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -82,6 +82,10 @@ jobs: Compress-Archive -Path PyWxDump/dist/*.exe,PyWxDump/dist/*.whl -DestinationPath exe_whl.zip Compress-Archive -Path PyWxDump.zip,wxdump_web.zip -DestinationPath Source.zip ls + cp exe_whl.zip PyWxDump/dist/exe_whl.zip + cp Source.zip PyWxDump/dist/Source.zip + ls PyWxDump/dist + cd PyWxDump - name: Publish package with Twine # 使用 Twine 发布到 PyPI run: | @@ -103,7 +107,7 @@ jobs: draft: false prerelease: false files: | - PyWxDump/dist/*.exe - PyWxDump/dist/*.whl - exe_whl.zip - Source.zip \ No newline at end of file + dist/*.exe + dist/*.whl + dist/exe_whl.zip + dist/Source.zip \ No newline at end of file