mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
Update build.yml
This commit is contained in:
parent
9297c4e476
commit
daf0de8c8a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -63,12 +63,12 @@ jobs:
|
|||
run: |
|
||||
dotnet publish -p:PublishProfile=LinuxARM64.pubxml
|
||||
|
||||
- name: Build mac-x64
|
||||
- name: Build mac-x64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
dotnet publish -p:PublishProfile=Osx64.pubxml
|
||||
|
||||
- name: Build mac-arm64
|
||||
- name: Build mac-arm64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
dotnet publish -p:PublishProfile=OsxARM64.pubxml
|
||||
|
|
Loading…
Add table
Reference in a new issue