Skip to content

Commit

Permalink
ci: generate mo files before building the app
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Oct 7, 2024
1 parent 632c732 commit 0952a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
architecture: ${{ matrix.architecture }}
- name: Install python dependencies
run: pip install poetry && poetry install -E win
- name: Generate mo files
run: poetry run poe generate-mo
- name: Build
run: poetry run python builder.py build
- name: Generate installer
Expand Down

0 comments on commit 0952a37

Please sign in to comment.