We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4d595 commit b1c9f89Copy full SHA for b1c9f89
.github/workflows/linux-build.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Run Meta Generator
49
run: |
50
- META_DIR=/Source/Meta/Meta
+ META_DIR=Source/Meta/Meta
51
rm -rf $META_DIR/Generated
52
Build/Bin/Engine/${{ matrix.build_type }}/TypeGenerator \
53
$META_DIR/Source \
0 commit comments