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
9d4b4c7d7b
commit
90afec12f5
1 changed files with 5 additions and 0 deletions
5
.github/workflows/dotnet.yml
vendored
5
.github/workflows/dotnet.yml
vendored
|
@ -27,19 +27,24 @@ jobs:
|
|||
|
||||
|
||||
- name: Build win-64
|
||||
continue-on-error: true
|
||||
run: dotnet publish -p:PublishProfile=Win64.pubxml
|
||||
|
||||
- name: Build win-32
|
||||
continue-on-error: true
|
||||
run: dotnet publish -p:PublishProfile=Win32.pubxml
|
||||
|
||||
|
||||
- name: Build linux-64
|
||||
continue-on-error: true
|
||||
run: dotnet publish -p:PublishProfile=Linux64.pubxml
|
||||
|
||||
- name: Build linux-arm
|
||||
continue-on-error: true
|
||||
run: dotnet publish -p:PublishProfile=LinuxARM.pubxml
|
||||
|
||||
- name: Build linux-arm64
|
||||
continue-on-error: true
|
||||
run: dotnet publish -p:PublishProfile=LinuxARM64.pubxml
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue