summaryrefslogtreecommitdiff
path: root/.github/workflows/release-macos.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-macos.yml')
-rw-r--r--.github/workflows/release-macos.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml
index 6bae8773a..9df540007 100644
--- a/.github/workflows/release-macos.yml
+++ b/.github/workflows/release-macos.yml
@@ -93,6 +93,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
- name: UploadBinary
uses: softprops/action-gh-release@v1