From e58af40121cf625110435c34db7a61ebb47f57fe Mon Sep 17 00:00:00 2001 From: gecko655 Date: Tue, 14 Mar 2023 23:24:25 +0900 Subject: [PATCH] build with lfs --- .github/workflows/electron-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index 48b7da2..ece096f 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Check out Git repository uses: actions/checkout@v3 + with: + lfs: true - name: Install Node.js, NPM and Yarn uses: actions/setup-node@v3