From d07ca642d6290b5c88720d86474860ed0e9f6763 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Mon, 27 Nov 2023 12:34:32 +0800 Subject: [PATCH] v2.2.11 --- .github/workflows/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 23fd248..00ba30c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,11 @@ jobs: python -m build python tests/build_exe.py + - name: test1 + run: | + ls -l "${{ github.workspace }}" + ls -l "${{ github.workspace }}/show_chat/templates" + - name: Build Executable run: | pyinstaller --onefile --clean --add-data "${{ github.workspace }}/version_list.json;pywxdump" --add-data "${{ github.workspace }}/show_chat/templates/chat.html;pywxdump/show_chat/templates" --add-data "${{ github.workspace }}/show_chat/templates/index.html;pywxdump/show_chat/templates" --distpath=dist --workpath=build --specpath=build --name=pywxdump ${{ github.workspace }}/dist/tmp.py