Windows path
This commit is contained in:
parent
9fa4543a43
commit
128079cd4e
|
@ -54,8 +54,8 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
SET RUNTIME=win-x64
|
SET RUNTIME=win-x64
|
||||||
|
|
||||||
cd \distribution\windows\setup
|
cd distribution\windows\setup
|
||||||
\distribution\windows\setup\build.bat
|
distribution\windows\setup\build.bat
|
||||||
|
|
||||||
- name: Create Windows Installer (x86)
|
- name: Create Windows Installer (x86)
|
||||||
if: ${{ inputs.platform == 'windows' }}
|
if: ${{ inputs.platform == 'windows' }}
|
||||||
|
@ -63,8 +63,8 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
SET RUNTIME=win-x86
|
SET RUNTIME=win-x86
|
||||||
|
|
||||||
cd ./distribution/windows/setup
|
cd distribution\windows\setup
|
||||||
./distribution/windows/setup/build.bat
|
distribution\windows\setup\build.bat
|
||||||
|
|
||||||
- name: List Artifacts (Testing)
|
- name: List Artifacts (Testing)
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue