Refactor alpha.yml workflow to enable Git LFS pull

This commit is contained in:
Mauro Baladés
2024-09-15 20:13:23 -07:00
parent 14c5425276
commit 035568d81f
3 changed files with 21 additions and 6 deletions

View File

@@ -317,9 +317,12 @@ jobs:
with:
submodules: recursive
token: ${{ secrets.DEPLOY_KEY }}
lfs: true
- name: Git Pull
run: git pull
run: |
git pull
git lfs pull
- uses: actions/download-artifact@v4