Skip to content

Commit

Permalink
Fix path creation
Browse files Browse the repository at this point in the history
  • Loading branch information
terminal-cs committed Mar 11, 2023
1 parent 6100685 commit 1d996f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: Copy Output - Cosmos
run: |
mkdir "$($env:USER_KIT_PATH)Build\ISO\boot\"
xcopy /Y /S "Cosmos\Build\VMware\*" "$($env:USER_KIT_PATH)Build\VMware\"
xcopy /Y /S "Cosmos\Build\Tools" "$($env:USER_KIT_PATH)Build\Tools\"
xcopy /Y /S "Cosmos\Resources\Bochs\*.*" "%ProgramFiles(x86)%\Bochs-2.6.8\"
Expand Down

0 comments on commit 1d996f0

Please sign in to comment.