[workflows:executables] change dev/linux binary name to …_linux

This reverts commit 05f8435e09.
This commit is contained in:
Mike Fährmann
2024-05-29 02:46:29 +02:00
parent e35317118a
commit 3d033a48ea
3 changed files with 15 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Build executable
run: |
pip install requests requests[socks] yt-dlp pyyaml ${{ matrix.python-packages }} pyinstaller
python ./scripts/pyinstaller.py --os '${{ matrix.os }}' --arch '${{ matrix.architecture }}'
python ./scripts/pyinstaller.py --label '${{ env.LABEL }}'
- uses: actions/upload-artifact@v4
with: