Skip to content

Commit 1d996f0

Browse files
committed
Fix path creation
1 parent 6100685 commit 1d996f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
7676
- name: Copy Output - Cosmos
7777
run: |
78+
mkdir "$($env:USER_KIT_PATH)Build\ISO\boot\"
7879
xcopy /Y /S "Cosmos\Build\VMware\*" "$($env:USER_KIT_PATH)Build\VMware\"
7980
xcopy /Y /S "Cosmos\Build\Tools" "$($env:USER_KIT_PATH)Build\Tools\"
8081
xcopy /Y /S "Cosmos\Resources\Bochs\*.*" "%ProgramFiles(x86)%\Bochs-2.6.8\"

0 commit comments

Comments
 (0)