Skip to content

Commit

Permalink
54 - UE5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciberusps committed Oct 24, 2024
1 parent 7de13bc commit 5cbb0ae
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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: |
Expand Down

0 comments on commit 5cbb0ae

Please sign in to comment.