Skip to content

Commit

Permalink
Add pyinstaller windows github action
Browse files Browse the repository at this point in the history
  • Loading branch information
hextriclosan committed Nov 30, 2023
1 parent 73b685d commit 2eb1bbd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Package Application with Pyinstaller - Windows

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: mubi2letterboxd
path: dist/windows

0 comments on commit 2eb1bbd

Please sign in to comment.