From e61f7c4978312e00b3c14647bf6900d7710253f6 Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Thu, 19 Jun 2025 02:14:47 +0200 Subject: Fix wasm releases (#7313) * Update ci.yml * Update ci.yml --------- Co-authored-by: Harsh Aggarwal (NVIDIA) Co-authored-by: Yong He --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef3a005de..e1c6b3b48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -311,4 +311,6 @@ jobs: with: name: slang-build-${{matrix.os}}-${{matrix.platform}}-${{matrix.compiler}}-${{matrix.config}} # The install directory used in the packaging step - path: build/dist-${{matrix.config}}/**/ZIP/slang/* + path: | + build/dist-${{matrix.config}}/**/ZIP/slang/* + build.em/Release -- cgit v1.2.3