Update build.yml

This commit is contained in:
Connection Refused
2021-04-02 01:59:23 +08:00
parent 9f105425ab
commit 5fca9c55fe
3 changed files with 15 additions and 16 deletions

View File

@@ -14,13 +14,10 @@ jobs:
with:
fetch-depth: 1
- name: Download
shell: pwsh
run: .\download.ps1
- name: Build
shell: pwsh
run: .\build.ps1 Release -o release
run: |
.\build.ps1 -Configuration Release -OutputPath release
- name: Upload
if: ${{ !startsWith(github.ref, 'refs/tags/') }}