From 5cbb0ae600b79d99aeb052a458b0a41db2d49cc3 Mon Sep 17 00:00:00 2001
From: Ciberus <ciberus.ps@gmail.com>
Date: Thu, 24 Oct 2024 20:27:20 +0300
Subject: [PATCH] 54 - UE5.4.0

---
 .github/workflows/test.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index c837b48..0c7b566 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
         username: ${{ github.actor }}
         password: ${{ secrets.UNREAL_ENGINE_PERSONAL_TOKEN }}
         registry: ghcr.io
-        image: ghcr.io/epicgames/unreal-engine:dev-slim-5.4
+        image: ghcr.io/epicgames/unreal-engine:dev-slim-5.4.0
         options: -v ${{ github.workspace }}:/work -e ABC=123
         run: |
           echo "Running Script"
@@ -52,11 +52,6 @@ jobs:
           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"
-
-
-
-
-
 # - name: Build Plugins (UHL)
 #   shell: sh
 #   run: |