We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ea256 commit 107613fCopy full SHA for 107613f
1 file changed
.github/workflows/unity-builder.yml
@@ -41,7 +41,10 @@ jobs:
41
42
#Use a custom packages list instead of the original manifest
43
- name: Use CI Manifest
44
- run: cp Packages/manifest_ci.json Packages/manifest.json
+ run: |
45
+ 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
48
49
#Build Cache
50
- uses: actions/cache@v4.2.3
0 commit comments