From 00074fd56d0e5ec140a1267b48521a74cbf37993 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Mon, 19 Aug 2024 14:46:08 -0400 Subject: [PATCH] feat: add releasing x86_64-unknown-linux-musl dynamic library (#753) Fixes https://github.com/extism/extism/issues/735 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4a02610a..f7810ae93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,10 +61,10 @@ jobs: static-pc-in: 'extism-static.pc.in' - os: 'ubuntu' target: 'x86_64-unknown-linux-musl' - artifact: '' + artifact: 'libextism.so' static-artifact: 'libextism.a' static-dll-artifact: '' - pc-in: '' + pc-in: 'extism.pc.in' static-pc-in: 'extism-static.pc.in' - os: 'windows' target: 'x86_64-pc-windows-gnu'