build: Add ubuntu 22.04

This commit is contained in:
None 2025-03-20 11:45:50 +01:00 committed by GitHub
parent 23b576e4b6
commit 2e6c7054e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,7 @@ jobs:
python -m pip install pyinstaller
- name: Build executable with PyInstaller
shell: bash
run: |
pyinstaller --onefile --hidden-import=pycryptodomex --hidden-import=ua_generator \
--hidden-import=qbittorrentapi --hidden-import=qbittorrent \
@ -122,7 +123,7 @@ jobs:
--hidden-import=telebot \
--additional-hooks-dir=pyinstaller/hooks \
--add-data "StreamingCommunity${{ matrix.separator }}StreamingCommunity" \
--name=${{ matrix.artifact_name }} --icon=".github/media/logo.ico" test_run.py
--name=${{ matrix.artifact_name }} test_run.py
- name: Upload executable
uses: actions/upload-artifact@v4