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