Skip to content

Commit 045ee44

Browse files
committed
fix Project.pak location
1 parent 13a4b1a commit 045ee44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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

0 commit comments

Comments
 (0)