[ci] Build and include arm64 mac ndll
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user