We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829c763 commit 83f6296Copy full SHA for 83f6296
.github/workflows/build-win.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
cp resources/install/win/installer.cfg installer.cfg
40
pynsist installer.cfg
41
- cp build/nsis/oai-windows-installer.exe out\oai-windows-installer.exe
+ cp build/nsis/oai-windows-installer.exe out/oai-windows-installer.exe
42
- name: Upload Release Windows
43
uses: actions/upload-artifact@v3
44
with:
0 commit comments