Skip to content

Commit

Permalink
refactor: Update build workflow to remove unnecessary file listing st…
Browse files Browse the repository at this point in the history
…eps and improve artifact upload process
  • Loading branch information
alevilar committed Sep 9, 2024
1 parent 2435aa7 commit 52e5fa6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/desktop.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,9 @@ jobs:
run: |
pip install -r requirements.cli.txt
- 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 windows executable
run: pyinstaller fiscalberry-win.spec

- name: List dist directory (debugging)
run: ls -la dist

- name: Upload executable
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 52e5fa6

Please sign in to comment.