ci: actually pull the lfs releases
All checks were successful
On_Push / pdfs (budget) (push) Successful in 27s
On_Push / pdfs (events) (push) Successful in 38s
On_Push / pdfs (handovers) (push) Successful in 18s
On_Push / pdfs (minutes) (push) Successful in 16s

This commit is contained in:
silver 2024-08-19 18:00:30 +01:00
parent 325565f78e
commit 24d13c7159
Signed by: silver
GPG key ID: 0A1071E702CE4B4E

View file

@ -27,6 +27,10 @@ jobs:
steps: steps:
# get the repo first # get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4 - 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 # actual script to run the build process
- run: nix run .#${{ matrix.script }} - run: nix run .#${{ matrix.script }}
# zip the files so they can be released # zip the files so they can be released