PyInstaller workflow (#206)

* PyInstaller workflow
This commit is contained in:
soxoj
2021-11-07 20:12:30 +03:00
committed by GitHub
parent 282a3bef73
commit 1290a9863f
4 changed files with 91 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Package exe with PyInstaller - Windows
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: pyinstaller
- uses: actions/upload-artifact@v2
with:
name: maigret_standalone
path: pyinstaller/dist/windows # or path/to/artifact