diff --git a/.forgejo/workflows/build-release.yml b/.forgejo/workflows/build-release.yml
index 13cbf4d..6bf9907 100644
--- a/.forgejo/workflows/build-release.yml
+++ b/.forgejo/workflows/build-release.yml
@@ -49,6 +49,8 @@ jobs:
     steps:
       - name: 📥 Checkout source
         uses: https://github.com/actions/checkout@v4
+        with:
+          lfs: true
 
       - name: 🗄️ Restore Cargo cache
         uses: https://github.com/actions/cache@v4