Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarxMustermann authored Jan 25, 2024
1 parent 361ce9f commit 611b066
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Package Application with Pyinstaller

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

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Package Application
uses: hero-clashes/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: .
spec: OfMiceAndMechs.spec
- uses: actions/upload-artifact@v2
with:
name: OfMiceAndMechs
path: ./dist/windows

0 comments on commit 611b066

Please sign in to comment.