Skip to content

Commit

Permalink
test publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Nov 27, 2023
1 parent 9af2066 commit 7b9ba7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b9ba7e

Please sign in to comment.