pyinstalelr debug
This commit is contained in:
parent
d413368830
commit
c54fff7806
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -107,6 +107,8 @@ jobs:
|
||||||
python3 -m pip install -e .
|
python3 -m pip install -e .
|
||||||
echo "Done!"
|
echo "Done!"
|
||||||
python3 -m pip install pyinstaller
|
python3 -m pip install pyinstaller
|
||||||
|
echo "installed"
|
||||||
|
pyinstaller --help
|
||||||
pyinstaller ytdl-sub.spec
|
pyinstaller ytdl-sub.spec
|
||||||
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
|
mv dist/ytdl-sub /artifacts/ytdl-sub_${{ matrix.arch }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue