We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8de0da commit 8a565f1Copy full SHA for 8a565f1
.github/workflows/build.yml
@@ -11,8 +11,8 @@ jobs:
11
- name: Install Unreal Engine
12
uses: ./.github/actions/install-unreal-windows
13
with:
14
- unreal-engine-zip: "s3://cesium-unreal-engine/5.4.0/UE_5.4.zip"
15
- unreal-program-name: "UE_5.4"
+ unreal-engine-zip: "s3://cesium-unreal-engine/5.5.0/UE_5.5.zip"
+ unreal-program-name: "UE_5.5"
16
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
17
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
18
- name: Set environment variables
0 commit comments