Skip to content

3.0.0

3.0.0 #7

Workflow file for this run

name: Package with pyinstaller and add to release
on:
workflow_dispatch:
release:
types: [published]
jobs:
pyinstaller-build:
runs-on: windows-latest
steps:
- name: PyInstaller Action
id: pyinstall
uses: Martin005/[email protected]
with:
spec: server_update.py
exe_path: dist
options: --onefile, --name "server_update"
- name: Upload Release
uses: softprops/action-gh-release@v2
with:
files: "dist/server_update.exe"