Skip to content

Commit 0952a37

Browse files
committed
ci: generate mo files before building the app
1 parent 632c732 commit 0952a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
architecture: ${{ matrix.architecture }}
2525
- name: Install python dependencies
2626
run: pip install poetry && poetry install -E win
27+
- name: Generate mo files
28+
run: poetry run poe generate-mo
2729
- name: Build
2830
run: poetry run python builder.py build
2931
- name: Generate installer

0 commit comments

Comments
 (0)