Skip to content

Commit 334f045

Browse files
committed
48
1 parent 7d33e84 commit 334f045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
test -e "/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" && echo file exists || echo file not found
5252
test -e "/work/Result" && echo file exists || echo file not found
5353
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"
54+
./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result"
5555
# - name: Build Plugins (UHL)
5656
# shell: sh
5757
# run: |

0 commit comments

Comments
 (0)