Skip to content

Commit 5d47ff6

Browse files
create GitHub action
1 parent 90f0685 commit 5d47ff6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)