Skip to content

Commit 91cc1a0

Browse files
committed
ci: test
1 parent 107613f commit 91cc1a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unity-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
workflow_dispatch:
7-
7+
88
jobs:
99
build:
1010
name: Build-${{ matrix.targetPlatform }}-${{ matrix.unityVersion }}
@@ -38,13 +38,13 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
lfs: true
41-
41+
4242
#Use a custom packages list instead of the original manifest
4343
- name: Use CI Manifest
4444
run: |
45-
cp Packages/manifest_ci.json Packages/manifest.json
45+
cp Packages/manifest_ci.json Packages/manifest.json
4646
#Make the branch think it's not dirty so the builder still runs
47-
git update-index --assume-unchanged Packages/manifest.json
47+
git update-index --assume-unchanged Packages/manifest.json
4848

4949
#Build Cache
5050
- uses: actions/cache@v4.2.3

0 commit comments

Comments
 (0)