From 48aa2e4360deab6aaf0e9c6a4968d9da3a584f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Thu, 10 Oct 2024 21:52:52 +0700 Subject: [PATCH] =?UTF-8?q?workflow:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82?= =?UTF-8?q?=D1=80=20"lfs:=20true"=20=D0=B2=20checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3cbefca..a9f534a 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -11,8 +11,10 @@ jobs: release: runs-on: ubuntu-latest steps: - - name: checkout + - name: check-out code uses: actions/checkout@v4 + with: + lfs: true - name: set-up qemu uses: https://git.mousesoft.ru/ms/gitea-action-setup-qemu@v3