Skip to content

Delete build_windows.yml #10

Delete build_windows.yml

Delete build_windows.yml #10

Workflow file for this run

name: Linux Build
on:
push:
branches: [ development ]
jobs:
pyinstaller-build:
runs-on: ubuntu-latest
steps:
- name: Create executable
uses: sayyid5416/[email protected]
with:
python_ver: '3.12'
pyinstaller_ver: '==6.11.1'
spec: 'src/QtTinySA.spec'
requirements: 'src/requirements.txt'
exe_path: './dist'
upload_exe_with_name: 'QtTinySA'