[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)
|
- name: Rebuild Lime (macOS)
|
||||||
run: |
|
run: |
|
||||||
lime rebuild macos -clean -release -64 -nocolor -verbose -nocffi
|
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
|
lime rebuild hl -clean -release -nocolor -verbose -nocffi
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
@@ -147,6 +148,14 @@ jobs:
|
|||||||
!**/.gitignore
|
!**/.gitignore
|
||||||
if-no-files-found: error
|
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
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Mac64-Hashlink
|
name: Mac64-Hashlink
|
||||||
@@ -466,6 +475,11 @@ jobs:
|
|||||||
name: Mac64-NDLL
|
name: Mac64-NDLL
|
||||||
path: ndll/Mac64/
|
path: ndll/Mac64/
|
||||||
|
|
||||||
|
- uses: actions/download-artifact@v3
|
||||||
|
with:
|
||||||
|
name: MacArm64-NDLL
|
||||||
|
path: ndll/MacArm64/
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Windows-NDLL
|
name: Windows-NDLL
|
||||||
|
|||||||
0
ndll/MacArm64/.gitignore
vendored
Normal file
0
ndll/MacArm64/.gitignore
vendored
Normal file
Reference in New Issue
Block a user