This commit is contained in:
LunaChocken
2025-06-07 18:01:00 +01:00
parent 6804ced4ef
commit 0f013b236f
+14 -5
View File
@@ -1,6 +1,15 @@
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: PyInstaller Action
uses: Martin005/pyinstaller-action@v1.2.0
jobs:
pyinstaller-build:
runs-on: ubuntu-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python-version: '3.13'
- run: python my_script.py
python_ver: '3.6'
spec: 'src/build.spec'
requirements: 'src/requirements.txt'
upload_exe_with_name: 'My executable'
options: --onefile, --name "My App", --windowed,