diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50286309..e90d54b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,11 @@ jobs: uses: actions/checkout@v2 with: submodules: true + fetch-depth: 1 + + - name: Binaries Repo LFS Pull + working-directory: binaries + run: git lfs pull - name: Build Solution shell: pwsh diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d124da44..0b291850 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,13 +15,17 @@ jobs: uses: actions/checkout@v2 with: submodules: true + fetch-depth: 1 + + - name: Binaries Repo LFS Pull + working-directory: binaries + run: git lfs pull - name: Build Solution shell: pwsh run: .\BUILD.ps1 - name: Package - if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} shell: pwsh run: | New-Item -ItemType Directory -Path C:\builtfiles -Force > $null