Skip to content

Commit b1c9f89

Browse files
committed
Remove accidental slash
1 parent ed4d595 commit b1c9f89

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
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Run Meta Generator
4949
run: |
50-
META_DIR=/Source/Meta/Meta
50+
META_DIR=Source/Meta/Meta
5151
rm -rf $META_DIR/Generated
5252
Build/Bin/Engine/${{ matrix.build_type }}/TypeGenerator \
5353
$META_DIR/Source \

0 commit comments

Comments
 (0)