File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,11 @@ jobs:
7777 mkdir intersect-engine/editor
7878 mkdir intersect-engine/server
7979 Copy-Item -Path "Intersect.Client/LICENSE.md" -Destination "intersect-engine/client"
80- Copy-Item -Path "Intersect.Client/bin/Release/**/Intersect Client.exe*" -Destination "intersect-engine/client"
81- Copy-Item -Path "Intersect.Client/bin/Release/**/Intersect Client.pdb" -Destination "intersect-engine/client"
80+ Copy-Item -Path "Intersect.Client/bin/Release/**/Intersect Client.*" -Destination "intersect-engine/client"
8281 Copy-Item -Path "Intersect.Editor/LICENSE.md" -Destination "intersect-engine/editor"
83- Copy-Item -Path "Intersect.Editor/bin/Release/**/Intersect Editor.exe*" -Destination "intersect-engine/editor"
84- Copy-Item -Path "Intersect.Editor/bin/Release/**/Intersect Editor.pdb" "intersect-engine/editor"
82+ Copy-Item -Path "Intersect.Editor/bin/Release/**/Intersect Editor.*" -Destination "intersect-engine/editor"
8583 Copy-Item -Path "Intersect.Server/LICENSE.md" -Destination "intersect-engine/server"
86- Copy-Item -Path "Intersect.Server/bin/Release/**/Intersect Server.exe*" -Destination "intersect-engine/server"
87- Copy-Item -Path "Intersect.Server/bin/Release/**/Intersect Server.pdb" -Destination "intersect-engine/server"
84+ Copy-Item -Path "Intersect.Server/bin/Release/**/Intersect Server.*" -Destination "intersect-engine/server"
8885 Copy-Item -Path "AUTHORS.md" -Destination "intersect-engine"
8986 Copy-Item -Path "LICENSE.md" -Destination "intersect-engine"
9087 Copy-Item -Path "README.md" -Destination "intersect-engine"
You can’t perform that action at this time.
0 commit comments