mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Fix MACOS
This commit is contained in:
parent
69f1a98ff5
commit
132ab34097
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
- name: Install utils
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y tree
|
||||
sudo apt install -y dos2unix
|
||||
|
||||
- name: Restore dependencies
|
||||
|
@ -279,13 +278,15 @@ jobs:
|
|||
- name: Build mac-x64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
cd HISPd
|
||||
dotnet publish -p:PublishProfile=Osx64.pubxml
|
||||
|
||||
cd ..
|
||||
- name: Build mac-arm64
|
||||
continue-on-error: false
|
||||
run: |
|
||||
cd HISPd
|
||||
dotnet publish -p:PublishProfile=OsxARM64.pubxml
|
||||
|
||||
cd ..
|
||||
- name: Upload mac-x64
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue