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 20c6806 commit 3b8100dCopy full SHA for 3b8100d
.github/workflows/test.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
echo "Running Script"
49
ls -R
50
- "Engine/BatchFiles/RunUAT.sh BuildPlugin -plugin="${{ github.workspace }}/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="${{ github.workspace }}/Result""
+ "./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="${{ github.workspace }}/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="${{ github.workspace }}/Result""
51
# - name: Build Plugins (UHL)
52
# shell: sh
53
# run: |
0 commit comments