We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78e4ca commit 15af94bCopy full SHA for 15af94b
.github/workflows/unity-build.yml
@@ -29,14 +29,10 @@ jobs:
29
- name: Unity - Build
30
uses: game-ci/unity-builder@v4
31
env:
32
- # The single secret containing your .ulf license file content
33
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
34
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
+ targetPlatform: WebGL # Or your desired platform
+ # ... other options
40
41
# 4. (Optional) Upload the build artifact so you can download it
42
- name: Upload Build Artifact
0 commit comments