File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 cp "out/build/${{ matrix.cfg }}/apps/client/client" "$STAGE/client"
9696 cp "out/build/${{ matrix.cfg }}/apps/server/server" "$STAGE/server"
9797 cp assets/Engine.pak "$STAGE/Bin/Engine.pak"
98- cp "out/build/${{ matrix.cfg }}/Bin/ Project.pak" "$STAGE/Bin/Project.pak"
98+ cp assets/ Project.pak "$STAGE/Bin/Project.pak"
9999
100100 - name : Package artifact (Windows)
101101 if : matrix.os == 'windows-2022'
@@ -106,7 +106,7 @@ jobs:
106106 Copy-Item "out/build/${{ matrix.cfg }}/apps/client/client.exe" "$Stage/client.exe"
107107 Copy-Item "out/build/${{ matrix.cfg }}/apps/server/server.exe" "$Stage/server.exe"
108108 Copy-Item "assets/Engine.pak" "$Stage/Bin/Engine.pak"
109- Copy-Item "out/build/${{ matrix.cfg }}/Bin /Project.pak" "$Stage/Bin/Project.pak"
109+ Copy-Item "assets /Project.pak" "$Stage/Bin/Project.pak"
110110
111111 # 3-6) Upload artifact (GitHub auto-zips out/dist)
112112 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments