Update .gitea/workflows/pyinstaller.yml

This commit is contained in:
2025-06-07 17:05:41 +00:00
parent e66a235ce0
commit b1b47c3362
+14 -1
View File
@@ -1,6 +1,19 @@
name: PyInstaller Action name: PyInstaller Action
uses: Martin005/pyinstaller-action@v1.2.0 uses: Martin005/pyinstaller-action@v1.2.0
on: workflow_dispatch on:
push:
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
type: choice
options:
- info
- warning
- debug
jobs: jobs:
pyinstaller-build: pyinstaller-build:
runs-on: ubuntu-latest runs-on: ubuntu-latest