File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed
Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -15,29 +15,6 @@ permissions:
1515concurrency :
1616 group : " pages"
1717 cancel-in-progress : false
18- jobs :
19- build :
20- name : Unity Build 👽
21- runs-on : ubuntu-latest
22- steps :
23- # Checkout (sin LFS)
24- - name : Checkout repository
25- uses : actions/checkout@v3
26- with :
27- token : ${{secrets.PAT}}
28-
29- # Git LFS
30- - name : Create LFS file list
31- run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
32-
33- - name : Restore LFS cache
34- uses : actions/cache@v3
35- id : lfs-cache
36- with :
37- path : .git/lfs
38- key : ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
39-
40- - name : Git LFS Pull
4118jobs :
4219 build :
4320 name : Unity Build 👽
Original file line number Diff line number Diff line change 1+ version https://git-lfs.github.com/spec/v1
2+ oid sha256:ec0f3d0d67d29e89eca21fc416cbf2124b1677c53ff22c23695a056e05452b9f
3+ size 158
You can’t perform that action at this time.
0 commit comments