windows relative path?
This commit is contained in:
parent
422bf057b3
commit
56e5ac68b5
|
@ -50,21 +50,21 @@ runs:
|
||||||
|
|
||||||
- name: Create Windows Installer (x64)
|
- name: Create Windows Installer (x64)
|
||||||
if: ${{ inputs.platform == 'windows' }}
|
if: ${{ inputs.platform == 'windows' }}
|
||||||
|
working-directory: distribution/windows/setup
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
SET RUNTIME=win-x64
|
SET RUNTIME=win-x64
|
||||||
|
|
||||||
cd 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' }}
|
||||||
|
working-directory: distribution/windows/setup
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
SET RUNTIME=win-x86
|
SET RUNTIME=win-x86
|
||||||
|
|
||||||
cd .\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