diff --git a/.forgejo/workflows/build-release.yml b/.forgejo/workflows/build-release.yml index 6bf9907..9fef43d 100644 --- a/.forgejo/workflows/build-release.yml +++ b/.forgejo/workflows/build-release.yml @@ -47,6 +47,10 @@ jobs: needs: setup runs-on: ubuntu-latest steps: + - name: 📦 Install Git LFS + run: | + apt update + apt install -y git-lfs - name: 📥 Checkout source uses: https://github.com/actions/checkout@v4 with: @@ -124,8 +128,14 @@ jobs: args: --target universal2-apple-darwin --release steps: + - name: 📦 Install Git LFS + run: | + apt update + apt install -y git-lfs - name: 📥 Checkout source uses: https://github.com/actions/checkout@v4 + with: + lfs: true - name: 🗄️ Restore tool cache uses: https://github.com/actions/cache@v4