mirror of
https://github.com/netchx/netch.git
synced 2026-04-01 19:15:09 +08:00
Update CI(Pull Binaries LFS)
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user