Skip to content

Commit 107613f

Browse files
committed
ci: tweak the builder so it doesnt regard the packages change
1 parent 10ea256 commit 107613f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/unity-builder.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ jobs:
4141

4242
#Use a custom packages list instead of the original manifest
4343
- name: Use CI Manifest
44-
run: cp Packages/manifest_ci.json Packages/manifest.json
44+
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
4548

4649
#Build Cache
4750
- uses: actions/cache@v4.2.3

0 commit comments

Comments
 (0)