This commit is contained in:
Jesse Bannon 2023-02-22 14:30:03 -08:00
parent 376aa80b98
commit 7e2954e33d

View file

@ -87,8 +87,8 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps
run: |
apk add python3 py3-pip
pip install -e .
pip install pyinstaller
python3 -m pip install -e .
python3 -m pip install pyinstaller
EXEC_SUFFIX=_${{ matrix.arch }} make executable
mv dist/ytdl-sub_${{ matrix.arch }} /artifacts