Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
xKRISTOFx committed Apr 22, 2024
1 parent 40855f4 commit 764a015
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

name: Package Familiada App with Pyinstaller

on:
push:
branches: [ PY-INSTALLER-AUTOMATION ]
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: src

- uses: actions/upload-artifact@v2
with:
name: Familiada
path: src/dist/windows
1 change: 0 additions & 1 deletion src/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ a = Analysis(
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
)
pyz = PYZ(a.pure)

Expand Down

0 comments on commit 764a015

Please sign in to comment.