Skip to content

build_ubuntu

build_ubuntu #1

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: build_ubuntu
on:
workflow_dispatch:
permissions:
contents: read
jobs:
pyinstaller-build:
runs-on: ubuntu-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.10'
spec: 'main.py'
upload_exe_with_name: 'PyYTDownloader'
options: --onefile, --name "PyYTDownloader", --windowed,