Try to fix CI.
This commit is contained in:
36
.github/workflows/main.yml
vendored
36
.github/workflows/main.yml
vendored
@@ -66,6 +66,13 @@ jobs:
|
||||
!**/.gitignore
|
||||
if-no-files-found: error
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Linux64-Hashlink
|
||||
path: |
|
||||
templates/bin/hl/linux
|
||||
if-no-files-found: error
|
||||
|
||||
macos-ndll:
|
||||
runs-on: macos-10.15
|
||||
steps:
|
||||
@@ -115,6 +122,13 @@ jobs:
|
||||
!**/.gitignore
|
||||
if-no-files-found: error
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Mac64-Hashlink
|
||||
path: |
|
||||
templates/bin/hl/mac
|
||||
if-no-files-found: error
|
||||
|
||||
windows-ndll:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
@@ -169,6 +183,13 @@ jobs:
|
||||
!**/.gitignore
|
||||
if-no-files-found: error
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: Windows-Hashlink
|
||||
path: |
|
||||
templates/bin/hl/windows
|
||||
if-no-files-found: error
|
||||
|
||||
android-ndll:
|
||||
needs: macos-ndll
|
||||
runs-on: macos-10.15
|
||||
@@ -355,6 +376,21 @@ jobs:
|
||||
name: Windows64-NDLL
|
||||
path: ndll/Windows64/
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: Windows-Hashlink
|
||||
path: templates/bin/hl/windows
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: Mac64-Hashlink
|
||||
path: templates/bin/hl/mac
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: Linux64-Hashlink
|
||||
path: templates/bin/hl/linux
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: lime-haxelib
|
||||
|
||||
Reference in New Issue
Block a user