diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c28bcbc --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +on: + push: + branches: + - main + - release/* +jobs: + build: + name: Build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: PyInstaller Windows + uses: JackMcKew/pyinstaller-action-windows@v0.1.2 + - uses: actions/upload-artifact@v2 + with: + name: Windows-Build + path: dist