From 24d13c715961bd50786c2086355e1100b7693b81 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 19 Aug 2024 18:00:30 +0100 Subject: [PATCH] ci: actually pull the lfs releases --- .forgejo/workflows/push.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/push.yaml b/.forgejo/workflows/push.yaml index c5db23e..6ed92fe 100644 --- a/.forgejo/workflows/push.yaml +++ b/.forgejo/workflows/push.yaml @@ -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