Skip to content

v0.8-1

v0.8-1 #11

Workflow file for this run

name: HikariServerLauncher Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: PyInstaller Action
uses: Martin005/[email protected]
with:
spec: main.py
requirements: requirements.txt
options: -F -i HSL.ico --name=HikariServerLauncher-${{ vars.VERSION }}.exe
python_ver: 3.10.7
python_arch: x64
exe_path: ./dist
upload_exe_with_name: HikariServerLauncher-${{ vars.VERSION }}.exe