Skip to content

.github/workflows/build.yaml #15

.github/workflows/build.yaml

.github/workflows/build.yaml #15

Workflow file for this run

on:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 20
fetch-tags: 'true'
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- name: build
run: python build_main.py
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: launcher
path: dist/launcher.exe