Added LFS checkout in GHA

This commit is contained in:
Colin Basnett
2025-04-02 16:23:00 -07:00
parent fd11de05ae
commit 6369d4997e

View File

@@ -17,6 +17,10 @@ jobs:
ADDON_NAME: io_scene_psk_psa ADDON_NAME: io_scene_psk_psa
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
lfs: true
- name: Checkout LFS objects
run: git lfs checkout
- uses: SebRollen/toml-action@v1.2.0 - uses: SebRollen/toml-action@v1.2.0
id: read_manifest id: read_manifest
with: with: