Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 0a3bdf3

Browse files
committed
Fix CI
1 parent 41584f3 commit 0a3bdf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,10 @@ jobs:
196196
run: |
197197
git config lfs.fetchinclude "*.wasm,*.patch"
198198
git lfs install
199+
git lfs pull
199200
200201
- name: Restore artifacts for PR
201-
uses: runs-on/cache/save@v4
202+
uses: runs-on/cache/restore@v4
202203
with:
203204
fail-on-cache-miss: true
204205
path: packages/editor/src/lok

0 commit comments

Comments
 (0)