Skip to content

Commit 224cbea

Browse files
committed
build: fix UniverseLib build script
1 parent 96cafc8 commit 224cbea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet_nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242

4343
- if: ${{ steps.cache-universe-lib-build.outputs.cache-hit != 'true' }}
4444
name: Build UniverseLib
45-
run: ./UniverseLib/build.ps1
45+
working-directory: ./UniverseLib
46+
run: ./build.ps1
4647

4748
- name: Build UE
4849
run: ./build_nightly.ps1

0 commit comments

Comments
 (0)