pyinstaller

This commit is contained in:
Denys SAVCHENKO
2024-06-29 21:47:13 +02:00
parent fdaa15265b
commit 9494879946
3 changed files with 72 additions and 1 deletions

25
.github/workflows/pyinstaller.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Package Application with Pyinstaller
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: .
- uses: actions/upload-artifact@v2
with:
name: name-of-artifact
path: dist/windows