Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImaniiTy committed Mar 9, 2021
2 parents 6bfcf8e + 18036cf commit 81ba3bb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Package Application with Pyinstaller

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

workflow_dispatch:

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: name-of-artifact
path: ./dist/windows

0 comments on commit 81ba3bb

Please sign in to comment.