Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wr committed Aug 20, 2023
2 parents 002fe34 + 2f1498f commit 530a02b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/pyinstaller-windows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

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: PyInstaller Windows
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: src

- uses: actions/upload-artifact@v2
with:
name: mediawiki-file-import
path: src/dist/windows

0 comments on commit 530a02b

Please sign in to comment.