mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Update dotnet.yml
This commit is contained in:
parent
8ad43df651
commit
a60fa300f0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
run: dotnet publish --no-restore -c All --self-contained true
|
||||
run: dotnet publish --no-restore -c All -p:Platform="Any CPU" --self-contained true
|
||||
- name: upload result
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue