test publish.yml
This commit is contained in:
parent
9af2066234
commit
7b9ba7e583
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
echo ${{ env.VERSION_LIST_PATH }}
|
echo ${{ env.VERSION_LIST_PATH }}
|
||||||
ls -l dist
|
ls -l dist
|
||||||
|
|
||||||
- name: Build Executable
|
- 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 }}/${{ env.VERSION_LIST_PATH }};pywxdump" --distpath=dist --workpath=build --specpath=build --name=pywxdump ${{ github.workspace }}/dist/tmp.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user