Update ci.yml

This commit is contained in:
Connection Refused
2021-04-01 23:13:27 +08:00
committed by GitHub
parent 559f1dc8a9
commit 8a5c0dcd1d

View File

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