File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ jobs:
59
59
run : |
60
60
mkdir FalcorBin
61
61
cd FalcorBin
62
- Copy-Item -Path 'C:\Falcor-new \build\windows-vs2022\bin' -Destination '.\build\windows-vs2022\bin' -Recurse -Exclude ("*.pdb")
63
- Copy-Item -Path 'C:\Falcor-new \tests' -Destination '.\' -Recurse
64
- Copy-Item -Path 'C:\Falcor-new \tools' -Destination '.\' -Recurse
65
- Copy-Item -Path 'C:\Falcor-new \media' -Destination '.\' -Recurse
66
- Copy-Item -Path 'C:\Falcor-new \media_internal' -Destination '.\' -Recurse
67
- Copy-Item -Path 'C:\Falcor-new \scripts' -Destination '.\' -Recurse
62
+ Copy-Item -Path 'C:\Falcor\build\windows-vs2022\bin' -Destination '.\build\windows-vs2022\bin' -Recurse -Exclude ("*.pdb")
63
+ Copy-Item -Path 'C:\Falcor\tests' -Destination '.\' -Recurse
64
+ Copy-Item -Path 'C:\Falcor\tools' -Destination '.\' -Recurse
65
+ Copy-Item -Path 'C:\Falcor\media' -Destination '.\' -Recurse
66
+ Copy-Item -Path 'C:\Falcor\media_internal' -Destination '.\' -Recurse
67
+ Copy-Item -Path 'C:\Falcor\scripts' -Destination '.\' -Recurse
68
68
cd ..\
69
69
- name : Build Slang
70
70
run : |
You can’t perform that action at this time.
0 commit comments