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 173932f commit 3949c78Copy full SHA for 3949c78
.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
- ./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" -platform=Win64
55
# - name: Build Plugins (UHL)
56
# shell: sh
57
# run: |
0 commit comments