Skip to content

Disable check_formats due to known yt-dlp bug https://github.com/yt-d… #27

Disable check_formats due to known yt-dlp bug https://github.com/yt-d…

Disable check_formats due to known yt-dlp bug https://github.com/yt-d… #27

Workflow file for this run

name: Linux Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
- name: Check UPX version
run: upx --version
- name: PyInstaller Linux
uses: aliencaocao/pyinstaller_action@main
with:
python_ver: '3.12'
spec: 'yt-dlp-gui-linux.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'yt-dlp-gui'