We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6100685 commit 1d996f0Copy full SHA for 1d996f0
.github/workflows/pr.yml
@@ -75,6 +75,7 @@ jobs:
75
76
- name: Copy Output - Cosmos
77
run: |
78
+ mkdir "$($env:USER_KIT_PATH)Build\ISO\boot\"
79
xcopy /Y /S "Cosmos\Build\VMware\*" "$($env:USER_KIT_PATH)Build\VMware\"
80
xcopy /Y /S "Cosmos\Build\Tools" "$($env:USER_KIT_PATH)Build\Tools\"
81
xcopy /Y /S "Cosmos\Resources\Bochs\*.*" "%ProgramFiles(x86)%\Bochs-2.6.8\"
0 commit comments