Skip to content

Commit e09d291

Browse files
Fix file separator (#1280)
1 parent 58d55eb commit e09d291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Windows Installer
5858
if: runner.os == 'Windows'
5959
run: |
60-
makensis -DVERSION=${{ github.event.release.tag_name }} installer\windows.nsi
60+
makensis -DVERSION=${{ github.event.release.tag_name }} installer/windows.nsi
6161
6262
- name: Publish to PyPi
6363
env:

0 commit comments

Comments
 (0)