From 0ea15d32008a6df233bf5e9f641ef44e15b823eb Mon Sep 17 00:00:00 2001 From: Ale Vilar Date: Mon, 9 Sep 2024 11:23:41 -0300 Subject: [PATCH] refactor: Update build workflow to include separate specifications for Windows and Linux builds --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a6417a721..6815fa3f66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,9 @@ on: release: types: - created + push: + branches: + - main jobs: build-windows: @@ -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)