summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorcheneym2 <acheney@nvidia.com>2024-07-03 19:25:37 -0400
committerGitHub <noreply@github.com>2024-07-03 19:25:37 -0400
commit42a9fce6dacae9d8ce94283337b215d3bdead388 (patch)
tree6b0e33f6ee8a80b2dd25a9bad69dbc6df9cfd60f /.github/workflows/windows.yml
parentd5d03d1510f45f5ed7864031244713d87fc82b87 (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/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 3dc4abfb5..04085aad2 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -62,6 +62,8 @@ jobs:
bin/**/slangc
bin/**/slangd
docs/*.md
+ README.md
+ LICENSE
- name: test
run: |
$slangTestBinDir = ".\bin\windows-${{matrix.testPlatform}}\${{matrix.configuration}}\";