Windows path

This commit is contained in:
Mark McDowall 2024-01-06 14:38:49 -08:00
parent 9fa4543a43
commit 128079cd4e
1 changed files with 5 additions and 5 deletions

View File

@ -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