diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..24cb31c --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,20 @@ +name: Package Application with Pyinstaller + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Package Application + uses: g4ixt/pyinstaller-action-linux@main + with: + path: src