mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 15:23:28 +00:00
added LFS to package check
This commit is contained in:
4
.github/workflows/pack_early.yaml
vendored
4
.github/workflows/pack_early.yaml
vendored
@@ -41,7 +41,9 @@ jobs:
|
|||||||
needs: build_extension
|
needs: build_extension
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
- run: mkdir ./target
|
- run: mkdir ./target
|
||||||
- run: mkdir ./target/release
|
- run: mkdir ./target/release
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user