This commit is contained in:
Jesse Bannon 2023-02-22 23:06:46 -08:00
parent 13376c80a6
commit aea1f0e021

View file

@ -79,7 +79,7 @@ jobs:
- name: Build Package
run: |
python3.10 -m pip install --upgrade pip
python3.10 -m install -e .[build]
python3.10 -m pip install -e .[build]
# Build executable
pyinstaller ytdl-sub.spec
mkdir -p /opt/builds