Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Oct 6, 2024
1 parent 00d0525 commit 52735d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Build executables with pyinstaller
run: |
# store the latest tag in static file
git fetch --tags
git describe --tags --abbrev=0 > .version
python -m PyInstaller jimmy_cli.spec
# python -m PyInstaller jimmy_gui.spec
Expand Down

0 comments on commit 52735d9

Please sign in to comment.