Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JANERUBBISHTOEAT authored Apr 18, 2024
1 parent ffcbf2e commit ccbedb4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build with PyInstaller

on: [push, pull_request]

jobs:
pyinstaller-build:
runs-on: windows-latest
steps:
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:
python_ver: '3.10'
spec: '/main.py'
upload_exe_with_name: 'My executable'
options: --onefile, --name "My App", --windowed,

0 comments on commit ccbedb4

Please sign in to comment.