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