Skip to content

create GitHub action #1

create GitHub action

create GitHub action #1

Workflow file for this run

- name: PyInstaller Action
uses: Martin005/pyinstaller-action@v1.2.0

Check failure on line 3 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
jobs:
pyinstaller-build:
runs-on: ubuntu-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:H
python_ver: '3.11'
spec: 'JParty.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'JParty_linux'