mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
[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:
parent
d9c4d3edf0
commit
bd84458a95
1 changed files with 6 additions and 0 deletions
6
.github/workflows/msys2-ci.yml
vendored
6
.github/workflows/msys2-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue