diff options
| author | Elie Michel <eliemichel@users.noreply.github.com> | 2025-06-19 02:14:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 00:14:47 +0000 |
| commit | e61f7c4978312e00b3c14647bf6900d7710253f6 (patch) | |
| tree | f493f9694f97121485743355cbb196e5f3905596 /.github/workflows | |
| parent | 9d01a903130d9185abd9bea3387fb363f7b2e119 (diff) | |
Fix wasm releases (#7313)
* Update ci.yml
* Update ci.yml
---------
Co-authored-by: Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com>
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
