From e66a235ce0a81a5f1e14e2ad82645d9105a86423 Mon Sep 17 00:00:00 2001 From: LunaChocken Date: Sat, 7 Jun 2025 17:04:52 +0000 Subject: [PATCH] Update .gitea/workflows/pyinstaller.yml --- .gitea/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pyinstaller.yml b/.gitea/workflows/pyinstaller.yml index 8d2800f..696821c 100644 --- a/.gitea/workflows/pyinstaller.yml +++ b/.gitea/workflows/pyinstaller.yml @@ -1,6 +1,6 @@ name: PyInstaller Action uses: Martin005/pyinstaller-action@v1.2.0 - +on: workflow_dispatch jobs: pyinstaller-build: runs-on: ubuntu-latest