Skip to content

Create Binaries

Create Binaries #7

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / PyInstaller Action

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 2, Col: 1): Unexpected value 'uses'
on:
workflow_dispatch:
jobs:
pyinstaller-build:
runs-on: ubuntu-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.11'
spec: 'JParty.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'JParty_linux'