[ci] Build and include arm64 mac ndll

This commit is contained in:
Tobiasz Laskowski
2024-07-06 14:04:52 +01:00
parent 5eafeb047d
commit da9be4acc0
2 changed files with 14 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ jobs:
- name: Rebuild Lime (macOS)
run: |
lime rebuild macos -clean -release -64 -nocolor -verbose -nocffi
lime rebuild macos -clean -release -arm64 -nocolor -verbose -nocffi
lime rebuild hl -clean -release -nocolor -verbose -nocffi
- uses: actions/upload-artifact@v3
@@ -147,6 +148,14 @@ jobs:
!**/.gitignore
if-no-files-found: error
- uses: actions/upload-artifact@v3
with:
name: MacArm64-NDLL
path: |
ndll/MacArm64/
!**/.gitignore
if-no-files-found: error
- uses: actions/upload-artifact@v3
with:
name: Mac64-Hashlink
@@ -466,6 +475,11 @@ jobs:
name: Mac64-NDLL
path: ndll/Mac64/
- uses: actions/download-artifact@v3
with:
name: MacArm64-NDLL
path: ndll/MacArm64/
- uses: actions/download-artifact@v3
with:
name: Windows-NDLL