diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-07-03 19:25:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-03 19:25:37 -0400 |
| commit | 42a9fce6dacae9d8ce94283337b215d3bdead388 (patch) | |
| tree | 6b0e33f6ee8a80b2dd25a9bad69dbc6df9cfd60f /.github/workflows/macos.yml | |
| parent | d5d03d1510f45f5ed7864031244713d87fc82b87 (diff) | |
Add README.md and LICENSE to binary windows and macos packages (#4535)
* Add missing README and LICENSE files to packages
Add README.md and LICENSE to binary windows and macos packages.
Fixes issue #4117
* Update macos.yml
* Update release-macos.yml
* Update windows.yml
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7bb5b9651..12993528d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -57,6 +57,8 @@ jobs: 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangc 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangd 7z a ${SLANG_BINARY_ARCHIVE} docs/*.md + 7z a ${SLANG_BINARY_ARCHIVE} README.md + 7z a ${SLANG_BINARY_ARCHIVE} LICENSE echo "SLANG_BINARY_ARCHIVE=${SLANG_BINARY_ARCHIVE}" >> $GITHUB_OUTPUT - uses: actions/upload-artifact@v3 with: |
