Skip to content

Commit d435278

Browse files
committed
fix: missing runtime configs and won't open on linux
1 parent ebd3eba commit d435278

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)