mirror of
https://github.com/islehorse/HISP.git
synced 2025-05-15 15:54:00 +12:00
add macos MPNoobs build task
This commit is contained in:
parent
a50d052c2a
commit
663106ca34
6 changed files with 32 additions and 18 deletions
.github/workflows
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -332,6 +332,9 @@ jobs:
|
|||
cd HISPd
|
||||
dotnet publish -p:PublishProfile=Osx64.pubxml
|
||||
cd ..
|
||||
cd MPN00BS
|
||||
dotnet publish -p:PublishProfile=Osx64.pubxml
|
||||
cd ..
|
||||
- name: Build mac-arm64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
|
@ -350,6 +353,12 @@ jobs:
|
|||
name: HISP-MacARM64
|
||||
path: HorseIsleServer/HISPd/bin/arm64/MacOS/net7.0/osx-arm64/publish/
|
||||
|
||||
- name: Upload mac-x64-noobs
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: HISP-Mac-Noobs
|
||||
path: HorseIsleServer/MPN00BS/bin/x64/MacOS/net7.0/osx-x64/publish/
|
||||
|
||||
build-web:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue