Workflow: Pull LFS files manually. Checkout doesn't like us.

This commit is contained in:
Refringe 2024-04-24 23:42:17 -04:00
parent cfdea7d325
commit d47f7e3b13
No known key found for this signature in database
GPG Key ID: 7715B85B4A6306ED

View File

@ -19,9 +19,16 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
with:
lfs: true
lfs: false
github-server-url: 'https://dev.sp-tarkov.com'
- name: Pull LFS Files
run: |
ls -lah
git lfs pull
git lfs ls-files
shell: bash
- name: Cache NPM Dependencies
id: cache-npm-dependencies
uses: actions/cache@v4