ci: added new lfs config workflow step

This commit is contained in:
2025-10-27 19:04:44 +05:30
parent 618edceebb
commit 4b87dcb209

View File

@@ -24,6 +24,12 @@ jobs:
args: ''
runs-on: ${{ matrix.platform }}
steps:
- name: 🔐 Configure Git LFS
shell: bash
run: |
echo "machine lfs.neosubhamoy.com login ${{ secrets.LFS_USERNAME }} password ${{ secrets.LFS_PASSWORD }}" > ~/.netrc
chmod 600 ~/.netrc || true
- name: 🚚 Checkout repository
uses: actions/checkout@v4
with: