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 7d33e84 commit 334f045Copy full SHA for 334f045
.github/workflows/test.yml
@@ -51,7 +51,7 @@ jobs:
51
test -e "/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" && echo file exists || echo file not found
52
test -e "/work/Result" && echo file exists || echo file not found
53
test -e "Result" && echo file exists || echo file not found
54
- "/work/Engine/Build/BatchFiles/RunUAT.sh" BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result"
+ ./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result"
55
# - name: Build Plugins (UHL)
56
# shell: sh
57
# run: |
0 commit comments