From bd84458a951e2e8e7390ec45d3c0b0bfc30eca19 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 31 Jul 2023 13:27:15 -0600 Subject: [PATCH] [ci] Try uploading msys artefacts (#4353) * [ci] Try uploading msys artefacts * [ci] Always upload DLLs from msys2 * [ci] Rename artifacts * Another try --- .github/workflows/msys2-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/msys2-ci.yml b/.github/workflows/msys2-ci.yml index 030aee4e0..8665433d9 100644 --- a/.github/workflows/msys2-ci.yml +++ b/.github/workflows/msys2-ci.yml @@ -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