diff options
| -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 |
