manually retrieve LFS files
This commit is contained in:
parent
0bd875178c
commit
94c6798e36
1 changed files with 3 additions and 3 deletions
|
@ -56,9 +56,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
token: ${{ secrets.COASTALCOMMITSTOKEN }}
|
||||
|
||||
- name: Retrieve LFS files
|
||||
run: git lfs pull
|
||||
|
||||
- name: Copy export files
|
||||
run: |
|
||||
|
|
Reference in a new issue