Skip to content

Build Windows

Build Windows #5

Workflow file for this run

name: Build Windows
run-name: Build Windows
# on:
# push:
# tags:
# - "**"
on: [push]
jobs:
Build-Windows:
runs-on: windows-latest
steps:
- run: git clone https://github.com/mak448a/QTCord/ --depth=1
- run: cd QTCord && pip install -r requirements.txt && pip install pyinstaller && python3 package_windows.py
- uses: actions/upload-artifact@v4
with:
name: "QTCord-Windows"
path: "QTCord/src/dist/QTCord"