-m
This commit is contained in:
parent
d3fa7744b7
commit
b2afa7e107
1 changed files with 3 additions and 2 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
|
@ -132,8 +132,9 @@ jobs:
|
|||
make -j 8
|
||||
make altinstall
|
||||
python3.10 --version
|
||||
pip3 install --upgrade pip
|
||||
pip3 install pyinstaller
|
||||
python3.10 -m pip install --upgrade pip
|
||||
python3.10 -m pip install -e .
|
||||
python3.10 -m pip install pyinstaller
|
||||
pyinstaller --log-level=DEBUG ytdl-sub.spec
|
||||
mv dist/ytdl-sub /builds/ytdl-sub_${{ matrix.arch }}
|
||||
cd /builds && ./ytdl-sub_${{ matrix.arch }} -h
|
||||
|
|
|
|||
Loading…
Reference in a new issue