[workflows:executables] restore 'gallery-dl_ubuntu' name

This commit is contained in:
Mike Fährmann
2024-05-28 22:17:53 +02:00
parent 53aadb0c44
commit 05f8435e09
2 changed files with 3 additions and 6 deletions

View File

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