[ci] Try uploading msys artefacts (#4353)

* [ci] Try uploading msys artefacts

* [ci] Always upload DLLs from msys2

* [ci] Rename artifacts

* Another try
This commit is contained in:
Behdad Esfahbod 2023-07-31 13:27:15 -06:00 committed by GitHub
parent d9c4d3edf0
commit bd84458a95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,3 +71,9 @@ jobs:
run: meson compile -Cbuild
- name: Test
run: meson test --print-errorlogs --suite=harfbuzz -Cbuild
- name: Upload DLL
if: always()
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
name: libharfbuzz-0.dll-${{ matrix.MSYS2_ARCH }}
path: ./build/src/libharfbuzz-0.dll