Skip to content

Commit 15af94b

Browse files
rty
1 parent c78e4ca commit 15af94b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/unity-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,10 @@ jobs:
2929
- name: Unity - Build
3030
uses: game-ci/unity-builder@v4
3131
env:
32-
# The single secret containing your .ulf license file content
3332
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
3433
with:
35-
# The Unity version to use for the build
36-
unityVersion: ${{ steps.get-unity-version.outputs.version }}
37-
38-
# The platform to build for is now WebGL
39-
targetPlatform: WebGL
34+
targetPlatform: WebGL # Or your desired platform
35+
# ... other options
4036

4137
# 4. (Optional) Upload the build artifact so you can download it
4238
- name: Upload Build Artifact

0 commit comments

Comments
 (0)