Skip to content

Commit c06676d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 9a73923 + 6a4cc93 commit c06676d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ jobs:
3838
pip install pyinstaller
3939
4040
- name: Build with pyinstaller for ${{ matrix.config.os }}
41-
run: |
42-
cd scripts
43-
pyinstaller main.py --onefile --noconsole
41+
run: pyinstaller scripts/main.py --onefile --noconsole
4442

4543
- name: Rename builded app
4644
run: mv ./dist ./dist-${{ matrix.config.os }}

0 commit comments

Comments
 (0)