Skip to content

Commit

Permalink
Add pyinstaller-windows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Mar 12, 2024
1 parent 5e44e23 commit b655d98
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pyinstaller-windows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Package with PyInstaller - Windows

on:
push:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
- uses: actions/upload-artifact@v2
with:
name: nndownload
path: src/dist/windows

0 comments on commit b655d98

Please sign in to comment.