ci: actually pull the lfs releases
This commit is contained in:
parent
325565f78e
commit
24d13c7159
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ jobs:
|
|||
steps:
|
||||
# get the repo first
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/get_lfs@v3
|
||||
with:
|
||||
repository: ${{ gitea.repository }}
|
||||
ref_name: ${{ gitea.ref_name }}
|
||||
# actual script to run the build process
|
||||
- run: nix run .#${{ matrix.script }}
|
||||
# zip the files so they can be released
|
||||
|
|
Loading…
Reference in a new issue