Add pyinstaller

This commit is contained in:
Tim auf der Landwehr
2021-12-14 18:54:51 +01:00
parent 767789fa35
commit 115c89ff4d

25
.github/workflows/pyinstaller.yaml 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: log4j-finder.exe
path: dist/windows