test publish.yml

This commit is contained in:
xaoyo 2023-11-27 12:15:34 +08:00
parent 9af2066234
commit 7b9ba7e583

View File

@ -42,7 +42,7 @@ jobs:
echo ${{ env.VERSION_LIST_PATH }}
ls -l dist
- name: Build Executable
- name: Build Executable1
run: |
pyinstaller --onefile --clean --add-data "${{ github.workspace }}/${{ env.VERSION_LIST_PATH }};pywxdump" --distpath=dist --workpath=build --specpath=build --name=pywxdump ${{ github.workspace }}/dist/tmp.py