Skip to content

Commit 84d3558

Browse files
committed
fix: main.yml
1 parent dd4a058 commit 84d3558

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,6 @@ permissions:
1515
concurrency:
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
4118
jobs:
4219
build:
4320
name: Unity Build 👽

Assets/_src/package.json.meta

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:ec0f3d0d67d29e89eca21fc416cbf2124b1677c53ff22c23695a056e05452b9f
3+
size 158

0 commit comments

Comments
 (0)