test publish.yml
This commit is contained in:
parent
417314ffd3
commit
f247d95762
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -36,15 +36,9 @@ jobs:
|
|||||||
python -m build
|
python -m build
|
||||||
python tests/build_exe.py
|
python tests/build_exe.py
|
||||||
|
|
||||||
- name: test
|
|
||||||
run: |
|
|
||||||
echo "${{ github.workspace }}"
|
|
||||||
echo "${{ env.VERSION_LIST_PATH }}"
|
|
||||||
ls -l dist
|
|
||||||
|
|
||||||
- name: Build Executable1
|
- name: Build Executable1
|
||||||
run: |
|
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
|
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
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user