Skip to content

Commit

Permalink
46
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciberusps committed Oct 24, 2024
1 parent 5df2855 commit 5f14232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
test -e "/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" && echo file exists || echo file not found
test -e "/work/Result" && echo file exists || echo file not found
test -e "Result" && echo file exists || echo file not found
./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="/work/Result"
"/work/Engine/Build/BatchFiles/RunUAT.sh" BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="/work/Result"
# - name: Build Plugins (UHL)
# shell: sh
# run: |
Expand Down

0 comments on commit 5f14232

Please sign in to comment.