Skip to content

Commit 8a565f1

Browse files
committed
Package project with UE 5.5 on CI.
1 parent b8de0da commit 8a565f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: Install Unreal Engine
1212
uses: ./.github/actions/install-unreal-windows
1313
with:
14-
unreal-engine-zip: "s3://cesium-unreal-engine/5.4.0/UE_5.4.zip"
15-
unreal-program-name: "UE_5.4"
14+
unreal-engine-zip: "s3://cesium-unreal-engine/5.5.0/UE_5.5.zip"
15+
unreal-program-name: "UE_5.5"
1616
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
1717
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1818
- name: Set environment variables

0 commit comments

Comments
 (0)