Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored May 13, 2024
1 parent a3d4ad0 commit e8c86a0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,14 @@ jobs:
- name: 📦 Install dependencies
run: npm install

- name: 🏗️ Create python exe
- name: 🏗️ Install pyinstaller
run: |
pip install pyinstaller
pyinstaller app.spec
- name: Package Flask Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: api

- name: 📦 Electron Builder
run: npm run electron:package:win
Expand Down

0 comments on commit e8c86a0

Please sign in to comment.