We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107613f commit 91cc1a0Copy full SHA for 91cc1a0
1 file changed
.github/workflows/unity-builder.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
pull_request:
6
workflow_dispatch:
7
-
+
8
jobs:
9
build:
10
name: Build-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}
@@ -38,13 +38,13 @@ jobs:
38
with:
39
fetch-depth: 0
40
lfs: true
41
42
#Use a custom packages list instead of the original manifest
43
- name: Use CI Manifest
44
run: |
45
- cp Packages/manifest_ci.json Packages/manifest.json
+ cp Packages/manifest_ci.json Packages/manifest.json
46
#Make the branch think it's not dirty so the builder still runs
47
- git update-index --assume-unchanged Packages/manifest.json
+ git update-index --assume-unchanged Packages/manifest.json
48
49
#Build Cache
50
- uses: actions/cache@v4.2.3
0 commit comments