pyinstalelr debug

This commit is contained in:
Jesse Bannon 2023-02-22 16:07:05 -08:00
parent d413368830
commit c54fff7806

View file

@ -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 }}