Skip to content

Commit 83f6296

Browse files
committed
Fixed win installer builds
1 parent 829c763 commit 83f6296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
cp resources/install/win/installer.cfg installer.cfg
4040
pynsist installer.cfg
41-
cp build/nsis/oai-windows-installer.exe out\oai-windows-installer.exe
41+
cp build/nsis/oai-windows-installer.exe out/oai-windows-installer.exe
4242
- name: Upload Release Windows
4343
uses: actions/upload-artifact@v3
4444
with:

0 commit comments

Comments
 (0)