From f3cf0e5588b45d78e43df592d97ae639a2433e41 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Mon, 2 Dec 2024 05:24:52 -0300 Subject: [PATCH] added LFS to package check --- .github/workflows/pack_early.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pack_early.yaml b/.github/workflows/pack_early.yaml index 1e24820..7c2b54c 100644 --- a/.github/workflows/pack_early.yaml +++ b/.github/workflows/pack_early.yaml @@ -41,7 +41,9 @@ jobs: needs: build_extension runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 + with: + lfs: true - run: mkdir ./target - run: mkdir ./target/release - uses: actions/download-artifact@v4