Skip to content

Commit 24ae192

Browse files
committed
[build] Fix incorrect path to pre_release script.
1 parent b5bcf70 commit 24ae192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Build PySceneDetect
6969
run: |
70-
python pre_release.py --ignore-installer
70+
python dist/pre_release.py --ignore-installer
7171
pyinstaller dist/scenedetect.spec
7272
7373
- name: Build Documentation

0 commit comments

Comments
 (0)