Fix CI, hopefully.

This commit is contained in:
Apprentice-Alchemist
2022-05-20 07:47:12 +02:00
parent 1c35f44634
commit 9fa6a20402

View File

@@ -59,6 +59,7 @@ jobs:
if-no-files-found: error if-no-files-found: error
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: ${{ matrix.haxe-version == '4.2.5' }} # upload for only one version of Haxe
with: with:
name: Linux64-NDLL name: Linux64-NDLL
path: | path: |
@@ -67,10 +68,11 @@ jobs:
if-no-files-found: error if-no-files-found: error
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: ${{ matrix.haxe-version == '4.2.5' }} # upload for only one version of Haxe
with: with:
name: Linux64-Hashlink name: Linux64-Hashlink
path: | path: |
templates/bin/hl/linux templates/bin/hl/Linux64
if-no-files-found: error if-no-files-found: error
macos-ndll: macos-ndll:
@@ -126,7 +128,7 @@ jobs:
with: with:
name: Mac64-Hashlink name: Mac64-Hashlink
path: | path: |
templates/bin/hl/mac templates/bin/hl/Mac64
if-no-files-found: error if-no-files-found: error
windows-ndll: windows-ndll:
@@ -187,7 +189,13 @@ jobs:
with: with:
name: Windows-Hashlink name: Windows-Hashlink
path: | path: |
templates/bin/hl/windows templates/bin/hl/Windows
if-no-files-found: error
- uses: actions/upload-artifact@v2
with:
name: Windows64-Hashlink
path: |
templates/bin/hl/Windows64
if-no-files-found: error if-no-files-found: error
android-ndll: android-ndll:
@@ -379,17 +387,22 @@ jobs:
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: Windows-Hashlink name: Windows-Hashlink
path: templates/bin/hl/windows path: templates/bin/hl/Windows
- uses: actions/download-artifact@v2
with:
name: Windows64-Hashlink
path: templates/bin/hl/Windows64
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: Mac64-Hashlink name: Mac64-Hashlink
path: templates/bin/hl/mac path: templates/bin/hl/Mac64
- uses: actions/download-artifact@v2 - uses: actions/download-artifact@v2
with: with:
name: Linux64-Hashlink name: Linux64-Hashlink
path: templates/bin/hl/linux path: templates/bin/hl/Linux64
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: