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