From 3949c78d9370b8f47776ff7fd94d0452bebdcd19 Mon Sep 17 00:00:00 2001 From: Ciberus <ciberus.ps@gmail.com> Date: Thu, 24 Oct 2024 20:44:38 +0300 Subject: [PATCH] win64 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8b01965..05347d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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="./Result" + ./Engine/Build/BatchFiles/RunUAT.sh BuildPlugin -plugin="/work/UnrealHelperLibrary/UnrealHelperLibrary.uplugin" -package="./Result" -platform=Win64 # - name: Build Plugins (UHL) # shell: sh # run: |