Update CI(Pull Binaries LFS)

This commit is contained in:
ChsBuffer
2021-04-01 22:43:48 +08:00
parent 93faf8a82e
commit 9437ec7e5d
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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