Skip to content

Commit 320a17a

Browse files
committed
Update GitHub Actions workflow to use new spec path
1 parent 3b36338 commit 320a17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pip install pyinstaller PyQt6
3535
3636
- name: Build application
37-
run: pyinstaller --clean fileshift.spec
37+
run: pyinstaller --clean packaging/fileshift.spec
3838

3939
- name: Create DMG
4040
run: |

0 commit comments

Comments
 (0)