mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
Update ci.yml
This commit is contained in:
committed by
GitHub
parent
559f1dc8a9
commit
8a5c0dcd1d
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
- name: Build Solution
|
||||
shell: pwsh
|
||||
run: .\BUILD.ps1 Debug -o ${{ env.OutputPath }}
|
||||
run: .\BUILD.ps1 Release -o ${{ env.OutputPath }}
|
||||
|
||||
- name: Upload Artifact
|
||||
continue-on-error: true
|
||||
@@ -29,4 +29,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Netch
|
||||
path: ${{ env.OutputPath }}
|
||||
path: ${{ env.OutputPath }}
|
||||
|
||||
Reference in New Issue
Block a user