Skip to content

Commit 63ca35d

Browse files
create GitHub action
1 parent 90f0685 commit 63ca35d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: PyInstaller Action
2+
uses: Martin005/pyinstaller-action@v1.2.0
3+
4+
on:
5+
workflow_dispatch:
6+
7+
jobs:
8+
pyinstaller-build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Create Executable
12+
uses: sayyid5416/pyinstaller@v1
13+
with:
14+
python_ver: '3.11'
15+
spec: 'JParty.spec'
16+
requirements: 'requirements.txt'
17+
upload_exe_with_name: 'JParty_linux'

0 commit comments

Comments
 (0)