Skip to content

Commit

Permalink
refactor: Update build workflow to include separate specifications fo…
Browse files Browse the repository at this point in the history
…r Windows and Linux builds
  • Loading branch information
alevilar committed Sep 9, 2024
1 parent 3cda281 commit 0ea15d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
release:
types:
- created
push:
branches:
- main

jobs:
build-windows:
Expand Down Expand Up @@ -38,11 +41,10 @@ jobs:
- name: List files in assets src/common directory
run: ls -la src/common/assets


- name: List files in assets src/fiscalberry_app directory
run: ls -la src/fiscalberry_app/assets/

- name: Build executable
- name: Build windows executable
run: pyinstaller fiscalberry-win.spec

- name: List dist directory (debugging)
Expand Down

0 comments on commit 0ea15d3

Please sign in to comment.