Skip to content

Commit 9ca2557

Browse files
committed
Fix project directory
1 parent 0111aa4 commit 9ca2557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
META_DIR=Submodules/Engine/Source/Meta/Meta
5959
rm -rf $META_DIR/Generated
60-
Build/Bin/AssetConverter/Engine/${{ matrix.build_type }}/TypeGenerator \
60+
Build/Bin/Game/Engine/${{ matrix.build_type }}/TypeGenerator \
6161
$META_DIR/Source \
6262
$META_DIR/Generated
6363

0 commit comments

Comments
 (0)